Skip to content

Commit

Permalink
feat: add goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
amalucelli committed Jun 22, 2022
1 parent 180cb01 commit 0fbf19b
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@
# Dot environment files
.env

examples
# goreleaser files
dist/
20 changes: 20 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
before:
hooks:
- go mod tidy
builds:
- skip: true
changelog:
sort: asc
use: github
filters:
exclude:
- '^doc:'
- '^test:'
- '^chore:'
groups:
- title: 'New Features'
regexp: "^.*feat:+.*$"
order: 0
- title: 'Bug Fixes'
regexp: "^.*fix:+.*$"
order: 1

0 comments on commit 0fbf19b

Please sign in to comment.