Skip to content

Commit 56bffa9

Browse files
committed
chore: update git tag message format
Change the git tag message format to use only the tag name instead of a release message. Signed-off-by: Utku Ozdemir <utkuozdemir@gmail.com>
1 parent 8083f8a commit 56bffa9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Taskfile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,5 +82,5 @@ tasks:
8282
cmds:
8383
- "echo Last {{.NUM_LAST_TAGS}} tags: {{.LAST_TAGS}}"
8484
- "echo Next tag: {{.NEXT_TAG}}"
85-
- git tag -a {{.NEXT_TAG}} -m "Release {{.NEXT_TAG}}"
85+
- git tag -a {{.NEXT_TAG}} -m "{{.NEXT_TAG}}"
8686
- git push origin {{.NEXT_TAG}}

0 commit comments

Comments
 (0)