Skip to content

Commit

Permalink
test: add goreleaser config
Browse files Browse the repository at this point in the history
  • Loading branch information
kkga committed Sep 13, 2021
1 parent 37e1162 commit 4e495f7
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
kks

dist/
21 changes: 21 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
before:
hooks:
- go mod tidy
builds:
- env:
- CGO_ENABLED=0
goos:
- linux
- darwin
archives:
- format: binary
checksum:
disable: true
snapshot:
name_template: "{{ incpatch .Version }}-next"
changelog:
filters:
exclude:
- "^docs:"
- "^test:"
- "typo"

0 comments on commit 4e495f7

Please sign in to comment.