chore: update changelog categories and improve documentation

- Add new changelog categories for "Build process updates" and "Documentation updates"

Signed-off-by: appleboy <appleboy.tw@gmail.com>
This commit is contained in:
appleboy 2024-04-04 09:51:31 +08:00
parent c6f90df4e0
commit ee5af25db1
No known key found for this signature in database

View File

@ -46,6 +46,12 @@ changelog:
- title: "Refactor" - title: "Refactor"
regexp: "^.*refactor[(\\w)]*:+.*$" regexp: "^.*refactor[(\\w)]*:+.*$"
order: 3 order: 3
- title: "Build process updates"
regexp: ^.*?(build|ci)(\(.+\))??!?:.+$
order: 4
- title: "Documentation updates"
regexp: ^.*?docs?(\(.+\))??!?:.+$
order: 4
- title: Others - title: Others
order: 999 order: 999