We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96787bd commit 604d31aCopy full SHA for 604d31a
1 file changed
.goreleaser.yml
@@ -1,3 +1,4 @@
1
+version: 2
2
project_name: imscli
3
before:
4
hooks:
@@ -16,11 +17,11 @@ builds:
16
17
archives:
18
- format_overrides:
19
- goos: windows
- format: zip
20
+ formats: zip
21
checksum:
22
name_template: 'checksums.txt'
23
snapshot:
- name_template: "{{ .Version }}-next"
24
+ version_template: "{{ .Version }}-next"
25
changelog:
26
sort: asc
27
filters:
0 commit comments