Skip to content

Commit

Permalink
ci: modify goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
dbgeek committed Mar 3, 2019
1 parent 0834c91 commit 318118b
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,16 @@ checksum:
algorithm: sha256

release:
prerelease: auto
prerelease: auto

changelog:
# could either be asc, desc or empty
# Default is empty
sort: asc
filters:
# commit messages matching the regexp listed here will be removed from
# the changelog
# Default is empty
exclude:
- '^docs:'
- '^ci:'

0 comments on commit 318118b

Please sign in to comment.