Skip to content

Commit 705f24c

Browse files
committed
chore(CICD): add Enhancements group
1 parent ab1bb24 commit 705f24c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.goreleaser.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ changelog:
4141
- title: 'Bug fixes'
4242
regexp: "^.*fix[(\\w)]*:+.*$"
4343
order: 1
44+
- title: 'Enhancements'
45+
regexp: "^.*chore[(\\w)]*:+.*$"
46+
order: 2
4447
- title: Others
4548
order: 999
4649

@@ -50,4 +53,5 @@ changelog:
5053
# Default is empty
5154
exclude:
5255
- '^docs'
56+
- 'CICD'
5357
- typo

0 commit comments

Comments
 (0)