Skip to content

Commit d814b06

Browse files
committed
chore: auto name tag on release
1 parent 7e1c6f1 commit d814b06

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/release-tag.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ case "$answer" in
140140
esac
141141

142142
printf "%bCreating tag %s...%b\n" "$blue" "$new_tag" "$reset"
143-
git tag "$new_tag"
143+
git tag -a "$new_tag" -m "$new_tag"
144144

145145
printf "%bPushing tag %s to origin...%b\n" "$blue" "$new_tag" "$reset"
146146
git push origin "$new_tag"

0 commit comments

Comments
 (0)