Skip to content

Commit

Permalink
fix goreleaser.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tsenart committed Dec 5, 2024
1 parent f93ef32 commit 2b828eb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ builds:
- -X main.Version={{.Version}}
- -X main.CommitSHA={{.Commit}}
- -X main.BuildTime={{.Date}}
main: ./main.go
main: .

archives:
- format: tar.gz
Expand All @@ -35,11 +35,11 @@ changelog:
sort: asc
filters:
exclude:
- '^docs:'
- '^test:'
- '^ci:'
- "^docs:"
- "^test:"
- "^ci:"
- Merge pull request
- Merge branch

checksum:
name_template: 'checksums.txt'
name_template: "checksums.txt"

0 comments on commit 2b828eb

Please sign in to comment.