Explorar o código

misc: add extra line to tag message

Saúl Ibarra Corretgé %!s(int64=5) %!d(string=hai) anos
pai
achega
2900c11
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      release.sh

+ 1 - 1
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
 #