mirror of https://github.com/gin-gonic/gin.git
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:
parent
c6f90df4e0
commit
0397e5e0c0
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue