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 a5330ec commit d87afcd
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 @@ -10,7 +10,7 @@ release/commit: .check-version
git push origin "$$(git rev-parse --abbrev-ref HEAD)"

release/tag: .check-version
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/update-readme: .check-version
Expand Down

0 comments on commit d87afcd

Please sign in to comment.