Skip to content

Commit

Permalink
Merge pull request #532 from carvel-dev/goreleaser-version-fix
Browse files Browse the repository at this point in the history
stop giving v as version in goreleaser
  • Loading branch information
joaopapereira authored May 31, 2023
2 parents ddd16c9 + 22d1d02 commit 2a6173d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ builds:
- -trimpath

ldflags:
- -X github.com/vmware-tanzu/carvel-imgpkg/pkg/imgpkg/cmd.Version=v{{ .Version }}
- -X github.com/vmware-tanzu/carvel-imgpkg/pkg/imgpkg/cmd.Version={{ .Version }}

archives:
- format: binary
Expand Down

0 comments on commit 2a6173d

Please sign in to comment.