Skip to content

Commit

Permalink
#patch: fix gorelease config for v2 (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
circa10a authored Jun 20, 2024
1 parent 19b1085 commit 27cd164
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Visit https://goreleaser.com for documentation on how to customize this
# behavior.
version: 2

before:
hooks:
- go mod tidy
Expand All @@ -24,5 +26,5 @@ archives:
- format: binary
name_template: '{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}'
changelog:
skip: false
disable: false
sort: asc

0 comments on commit 27cd164

Please sign in to comment.