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:
parent
17a955458c
commit
5e6305804e
@ -12,7 +12,7 @@ before:
|
||||
- ./scripts/manpages.sh
|
||||
|
||||
snapshot:
|
||||
name_template: "{{ incpatch .Version }}-next"
|
||||
version_template: "{{ incpatch .Version }}-next"
|
||||
|
||||
gomod:
|
||||
proxy: true
|
||||
|
Loading…
x
Reference in New Issue
Block a user