mirror of
https://github.com/git-chglog/git-chglog.git
synced 2026-01-23 02:15:12 +00:00
chore: sorts changelog desc and excludes Merge commits
This commit is contained in:
parent
cbf3fda1f5
commit
771b567c44
1 changed files with 5 additions and 2 deletions
|
|
@ -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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue