Skip to content

Commit

Permalink
release: add goreleaser file (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
shoenig authored Oct 2, 2022
1 parent 9cb3ed5 commit 97557da
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@
ssh-key-sync
**/cover.out
vendor/

dist/
18 changes: 18 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
before:
hooks:
- go mod tidy
builds:
- env:
- CGO_ENABLED=0
goos:
- linux
checksum:
name_template: 'checksums.txt'
snapshot:
name_template: "{{ incpatch .Version }}-next"
changelog:
sort: asc
filters:
exclude:
- '^docs:'
- '^test:'

0 comments on commit 97557da

Please sign in to comment.