We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dabcd3 commit 0d4b027Copy full SHA for 0d4b027
.goreleaser.yaml
@@ -1,4 +1,4 @@
1
-# This is an example .goreleaser.yml file with some sensible defaults.
+version: 2
2
# Make sure to check the documentation at https://goreleaser.com
3
before:
4
hooks:
@@ -35,7 +35,7 @@ archives:
35
checksum:
36
name_template: 'checksums.txt'
37
snapshot:
38
- name_template: "{{ incpatch .Version }}-next"
+ version_template: "{{ incpatch .Version }}-next"
39
changelog:
40
sort: asc
41
filters:
0 commit comments