Skip to content

Commit 0397e5e

Browse files
authored
chore: update changelog categories and improve documentation (#3917)
- Add new changelog categories for "Build process updates" and "Documentation updates" Signed-off-by: appleboy <[email protected]>
1 parent c6f90df commit 0397e5e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.goreleaser.yaml

+6
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,12 @@ changelog:
4646
- title: "Refactor"
4747
regexp: "^.*refactor[(\\w)]*:+.*$"
4848
order: 3
49+
- title: "Build process updates"
50+
regexp: ^.*?(build|ci)(\(.+\))??!?:.+$
51+
order: 4
52+
- title: "Documentation updates"
53+
regexp: ^.*?docs?(\(.+\))??!?:.+$
54+
order: 4
4955
- title: Others
5056
order: 999
5157

0 commit comments

Comments
 (0)