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 3a81c00 commit e0cdf6eCopy full SHA for e0cdf6e
.goreleaser.yml
@@ -1,3 +1,4 @@
1
+version: 2
2
env:
3
- GO111MODULE=on
4
# Commented out because requires Pro features
@@ -19,7 +20,7 @@ archives:
19
20
checksum:
21
name_template: 'checksums.txt'
22
snapshot:
- name_template: "{{ incpatch .Tag }}-dev"
23
+ version_template: "{{ incpatch .Tag }}-dev"
24
changelog:
25
sort: asc
26
filters:
changes/20251024143330.bugfix
@@ -0,0 +1 @@
+:bug: Update goreleaser yaml to work with version 2
0 commit comments