Skip to content

Commit 2900c11

Browse files
committed
misc: add extra line to tag message
1 parent c57a84b commit 2900c11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ sed -i "" -e "s/latest/${VERSION}/" *.yml
5151
#
5252

5353
git commit -a -m "release: ${VERSION}" -m "${CHANGES}"
54-
git tag -a "${VERSION}" -m "${CHANGES}"
54+
git tag -a "${VERSION}" -m "release" -m "${CHANGES}"
5555

5656
# Tag Docker images and push them to DockerHub
5757
#

0 commit comments

Comments
 (0)