Skip to content

Commit

Permalink
ci: added goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
HotPotatoC committed Apr 15, 2022
1 parent 7df8ad3 commit 7497bf8
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@

dist/
secret.key
14 changes: 14 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
before:
hooks:
- go mod tidy
builds:
- skip: true # skip build, since this is a library
checksum:
name_template: 'checksums.txt'
snapshot:
name_template: "{{ incpatch .Version }}-next"
changelog:
sort: asc
filters:
exclude:
- '^docs:'

0 comments on commit 7497bf8

Please sign in to comment.