Skip to content

Commit

Permalink
Add goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
maxifom committed Mar 26, 2022
1 parent f2875c0 commit 8be7bd6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
before:
hooks:
- go mod tidy
- go generate ./...
builds:
- env:
- CGO_ENABLED=0
Expand All @@ -16,6 +15,9 @@ archives:
windows: Windows
386: i386
amd64: x86_64
files:
- none*

checksum:
name_template: 'checksums.txt'
snapshot:
Expand All @@ -26,3 +28,4 @@ changelog:
exclude:
- '^docs:'
- '^test:'
- '^Merge:'

0 comments on commit 8be7bd6

Please sign in to comment.