Skip to content

Commit f95f257

Browse files
committed
chore: Fix signed tagging
1 parent 14b96ee commit f95f257

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ release:
3030
@test -n "$(version)" || { echo "error: usage: make release version=x.y.z" >&2; exit 1; }
3131
@git add CHANGELOG.md
3232
@git commit -m "docs: Update changelog for version $(version)"
33-
@git tag $(version)
33+
@git tag -m "" -a $(version)
3434
@git push
3535
@git push --tags
3636

0 commit comments

Comments
 (0)