Skip to content

Commit

Permalink
feat: added goreleaser
Browse files Browse the repository at this point in the history
 Added goreleaser for automatic builds.
  • Loading branch information
RaulCatalinas committed Jul 28, 2024
1 parent 23dc673 commit 6734657
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
version: 2

before:
hooks:
# You may remove this if you don't use go modules.
- go mod tidy

builds:
- binary: huskybc
goos:
- windows
- darwin
- linux
goarch:
- amd64
- arm64

changelog:
sort: asc
filters:
exclude:
- "^docs:"
- "^test:"

0 comments on commit 6734657

Please sign in to comment.