misc: add extra line to tag message

This commit is contained in:
Saúl Ibarra Corretgé 2020-05-26 23:46:54 +02:00
parent c57a84b213
commit 2900c117b9
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ sed -i "" -e "s/latest/${VERSION}/" *.yml
#
git commit -a -m "release: ${VERSION}" -m "${CHANGES}"
git tag -a "${VERSION}" -m "${CHANGES}"
git tag -a "${VERSION}" -m "release" -m "${CHANGES}"
# Tag Docker images and push them to DockerHub
#