From f0b20e0329aae9ec492a781c8052eb14fcbdce83 Mon Sep 17 00:00:00 2001 From: "P. Taylor Goetz" Date: Fri, 13 Sep 2024 21:19:10 -0400 Subject: [PATCH] enable signing --- versionbump.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/versionbump.yaml b/versionbump.yaml index 3dffa6a..bb29774 100644 --- a/versionbump.yaml +++ b/versionbump.yaml @@ -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.