changelog: show 'others' above depndencies

This commit is contained in:
seriousm4x
2023-09-30 03:20:33 +02:00
parent 003c202a15
commit 3c6c1091b1

View File

@@ -42,14 +42,14 @@ changelog:
- title: "Bug fixes"
regexp: '^.*?fix(\([[:word:]]+\))??!?:.+$'
order: 1
- title: Others
order: 2
- title: "Go dependencies"
regexp: '^.*?go-dep(\([[:word:]]+\))??!?:.+$'
order: 2
order: 997
- title: "Npm dependencies"
regexp: '^.*?npm-dep(\([[:word:]]+\))??!?:.+$'
order: 3
order: 998
- title: "Github Actions"
regexp: '^.*?gh-action(\([[:word:]]+\))??!?:.+$'
order: 4
- title: Others
order: 999