1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-02-05 13:15:26 +02:00

chore: use snapshot.version_template in own config (#5087)

If applied, this commit will fix the self-check failure reported in
https://github.com/goreleaser/goreleaser/issues/5086#issue-2471620837.

tl;dr goreleaser v2.2 switched from `snapshot.name_template` to
`snapshot.version_template`. This PR updates goreleaser's own config to
use the new variable.
This commit is contained in:
Tom Payne 2024-08-18 11:36:07 -07:00 committed by GitHub
parent 17a955458c
commit 5e6305804e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,7 +12,7 @@ before:
- ./scripts/manpages.sh
snapshot:
name_template: "{{ incpatch .Version }}-next"
version_template: "{{ incpatch .Version }}-next"
gomod:
proxy: true