Skip to content

Commit

Permalink
Merge pull request #63 from saschagrunert/version-template
Browse files Browse the repository at this point in the history
Use `snapshot.version_template` instead of `name_template`
  • Loading branch information
k8s-ci-robot authored Dec 11, 2024
2 parents 1b5a308 + 16e324a commit 17f6974
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 @@ -70,7 +70,7 @@ checksum:
name_template: 'checksums.txt'

snapshot:
name_template: "{{ .Tag }}-next"
version_template: "{{ .Tag }}-next"

release:
github:
Expand Down

0 comments on commit 17f6974

Please sign in to comment.