소스 검색

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
 #