Skip to content

Commit

Permalink
Use github changelog for goreleaser, publish draft
Browse files Browse the repository at this point in the history
  • Loading branch information
martinbjeldbak committed Aug 17, 2022
1 parent edd72fa commit 6bb0b23
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,12 @@ checksum:
name_template: 'checksums.txt'
snapshot:
name_template: "{{ incpatch .Version }}-next"
changelog:
changelog: # docs: https://goreleaser.com/customization/changelog
use: github
sort: asc
filters:
exclude:
- '^docs:'
- '^test:'
release:
draft: true

0 comments on commit 6bb0b23

Please sign in to comment.