revert changelog structure

This commit is contained in:
seriousm4x
2023-10-02 20:57:42 +02:00
parent fe63b4d439
commit 6dc6f6f2ea

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: 997
order: 2
- title: "Npm dependencies"
regexp: '^.*?npm-dep(\([[:word:]]+\))??!?:.+$'
order: 998
order: 3
- title: "Github Actions"
regexp: '^.*?gh-action(\([[:word:]]+\))??!?:.+$'
order: 4
- title: Others
order: 999