We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ab7bbd commit c811acdCopy full SHA for c811acd
.goreleaser.yml
@@ -23,19 +23,20 @@ builds:
23
binary: rcon-cli
24
env:
25
- CGO_ENABLED=0
26
-archive:
27
- format: tar.gz
28
- name_template: '{{ .Binary }}_{{.Version}}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{
29
- .Arm }}{{ end }}'
30
- files:
31
- - licence*
32
- - LICENCE*
33
- - license*
34
- - LICENSE*
35
- - readme*
36
- - README*
37
- - changelog*
38
- - CHANGELOG*
+archives:
+ -
+ format: tar.gz
+ name_template: '{{ .Binary }}_{{.Version}}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{
+ .Arm }}{{ end }}'
+ files:
+ - licence*
+ - LICENCE*
+ - license*
+ - LICENSE*
+ - readme*
+ - README*
+ - changelog*
39
+ - CHANGELOG*
40
snapshot:
41
name_template: SNAPSHOT-{{ .Commit }}
42
changelog:
0 commit comments