Skip to content

Commit

Permalink
Don't sign Git tags
Browse files Browse the repository at this point in the history
  • Loading branch information
yorickpeterse committed Jan 26, 2024
1 parent 7cf2e1c commit c227675
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 @@ -40,7 +40,7 @@ release/commit:
git push origin "$$(git rev-parse --abbrev-ref HEAD)"

release/tag:
git tag -s -a -m "Release v${VERSION}" "v${VERSION}"
git tag -a -m "Release v${VERSION}" "v${VERSION}"
git push origin "v${VERSION}"

release/publish: release/versions release/changelog release/commit release/tag
Expand Down

0 comments on commit c227675

Please sign in to comment.