We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e12ca21 commit 4441e0eCopy full SHA for 4441e0e
.goreleaser.yaml
@@ -1,4 +1,5 @@
1
---
2
+version: 2
3
project_name: gotagger
4
env:
5
- CGO_ENABLED=0
@@ -20,15 +21,15 @@ builds:
20
21
- windows
22
ignore:
23
- goos: darwin
- goarch: 386
24
+ goarch: "386"
25
archives:
26
- format_overrides:
27
- goos: windows
- format: zip
28
+ formats: [zip]
29
checksum:
30
name_template: "checksums.txt"
31
snapshot:
- name_template: "{{.Env.VERSION}}-SNAPSHOT"
32
+ version_template: "{{.Env.VERSION}}-SNAPSHOT"
33
changelog:
34
sort: asc
35
filters:
0 commit comments