浏览代码

misc: add extra line to tag message

Saúl Ibarra Corretgé 5 年之前
父节点
当前提交
2900c11
共有 1 个文件被更改,包括 1 次插入1 次删除
  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
 #