Skip to content

Commit da18b01

Browse files
committed
fix: barry 2025-01-05 10:18:32
1 parent 6ab2854 commit da18b01

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.goreleaser.yaml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -41,24 +41,24 @@ changelog:
4141
sort: asc
4242
filters:
4343
exclude:
44-
- '^docs:'
45-
- '^test:'
46-
- '^chore:'
44+
- '^docs'
45+
- '^test'
46+
- '^chore'
4747
include:
48-
- '^feat:'
49-
- '^fix:'
50-
- '^perf:'
51-
- '^refactor:'
48+
- '^feat'
49+
- '^fix'
50+
- '^perf'
51+
- '^refactor'
5252
use: git
5353
groups:
5454
- title: "New Features"
55-
regexp: "^feat:"
55+
regexp: "^feat"
5656
- title: "Bug Fixes"
57-
regexp: "^fix:"
57+
regexp: "^fix"
5858
- title: "Performance Improvements"
59-
regexp: "^perf:"
59+
regexp: "^perf"
6060
- title: "Refactors"
61-
regexp: "^refactor:"
61+
regexp: "^refactor"
6262

6363
release:
6464
github:

0 commit comments

Comments
 (0)