chore: update changelog categories and improve documentation (#3917)

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

Signed-off-by: appleboy <appleboy.tw@gmail.com>
This commit is contained in:
Bo-Yi Wu 2024-04-07 10:18:23 +08:00 committed by GitHub
parent c6f90df4e0
commit 0397e5e0c0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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