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 f93ef32 commit 2b828ebCopy full SHA for 2b828eb
.goreleaser.yml
@@ -18,7 +18,7 @@ builds:
18
- -X main.Version={{.Version}}
19
- -X main.CommitSHA={{.Commit}}
20
- -X main.BuildTime={{.Date}}
21
- main: ./main.go
+ main: .
22
23
archives:
24
- format: tar.gz
@@ -35,11 +35,11 @@ changelog:
35
sort: asc
36
filters:
37
exclude:
38
- - '^docs:'
39
- - '^test:'
40
- - '^ci:'
+ - "^docs:"
+ - "^test:"
+ - "^ci:"
41
- Merge pull request
42
- Merge branch
43
44
checksum:
45
- name_template: 'checksums.txt'
+ name_template: "checksums.txt"
0 commit comments