Skip to content

Commit

Permalink
enable signing
Browse files Browse the repository at this point in the history
  • Loading branch information
ptgoetz committed Sep 14, 2024
1 parent c8623bc commit f0b20e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion versionbump.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "0.2.0" # The current version of the project.
git-commit: true # Whether to create a git commit for the version bump.
git-tag: true # Whether to create a git tag for the version bump.
git-sign: false # Whether to sign the git tag.
git-sign: true # Whether to sign the git tag.

files: # The files to update with the new version.
- path: "internal/version/version.go" # The path to the file to update.
Expand Down

0 comments on commit f0b20e0

Please sign in to comment.