From 2900c117b9b5e5b994cb3f8bae0eaf359725e874 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C3=BAl=20Ibarra=20Corretg=C3=A9?= Date: Tue, 26 May 2020 23:46:54 +0200 Subject: [PATCH] misc: add extra line to tag message --- release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release.sh b/release.sh index 292148f..3c6998c 100755 --- a/release.sh +++ b/release.sh @@ -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 #