We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14b96ee commit f95f257Copy full SHA for f95f257
Makefile
@@ -30,7 +30,7 @@ release:
30
@test -n "$(version)" || { echo "error: usage: make release version=x.y.z" >&2; exit 1; }
31
@git add CHANGELOG.md
32
@git commit -m "docs: Update changelog for version $(version)"
33
- @git tag $(version)
+ @git tag -m "" -a $(version)
34
@git push
35
@git push --tags
36
0 commit comments