Browse Source

misc: add extra line to tag message

Saúl Ibarra Corretgé 5 năm trước cách đây
mục cha
commit
2900c11
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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
 #