Skip to content

Commit

Permalink
Makefile: fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
fpottier committed Sep 11, 2024
1 parent 21f0586 commit cbd7dad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ release:
exit 1 ; \
fi
# Create a git tag.
@ git tag -v$(VERSION)
@ git tag v$(VERSION)
# Upload. (This automatically makes a .tar.gz archive available on github.)
@ git push
@ git push --tags
Expand Down

0 comments on commit cbd7dad

Please sign in to comment.