We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05231ad commit aa081d4Copy full SHA for aa081d4
.goreleaser.yml
@@ -17,7 +17,6 @@ builds:
17
goos:
18
- darwin
19
- linux
20
- - windows
21
goarch:
22
- "386"
23
- amd64
@@ -36,21 +35,12 @@ archives:
36
35
- LICENSES/Apache-2.0.txt
37
- README.md
38
formats: [tar.gz]
39
- - id: zip
40
- ids:
41
- - go-vanity-gen
42
- name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
43
- files:
44
- - LICENSES/Apache-2.0.txt
45
- - README.md
46
- wrap_in_directory: true
47
- formats: [zip]
48
49
checksum:
50
name_template: "checksums.txt"
51
52
snapshot:
53
- name_template: "{{ .Tag }}-dev"
+ version_template: "{{ .Tag }}-dev"
54
55
changelog:
56
sort: asc
0 commit comments