8000 Don't sign Git tags · yorickpeterse/clogs@a1548e0 · GitHub
[go: up one dir, main page]

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 6607387 commit a1548e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile 76D6
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,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: release/version release/changelog release/commit release/tag
Expand Down

0 comments on commit a1548e0

Please sign in to comment.
0