chore: sorts changelog desc and excludes Merge commits

This commit is contained in:
Manuel Vogel 2021-01-16 07:20:10 +01:00
parent cbf3fda1f5
commit 771b567c44
No known key found for this signature in database
GPG key ID: 24E54F214569A8A5

View file

@ -31,7 +31,10 @@ checksum:
name_template: 'checksums.txt'
changelog:
sort: asc
sort: desc
filters:
exclude:
- '^Merge'
snapshot:
name_template: "{{ .Tag }}-next"
@ -45,4 +48,4 @@ brews:
test: |
system "#{bin}/git-chglog --help"
install: |
bin.install "git-chglog"
bin.install "git-chglog"