Skip to content

Commit c0486ea

Browse files
committed
ci: 🎡 fix goreleaser config
1 parent d9c8454 commit c0486ea

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

‎.goreleaser.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -29,19 +29,19 @@ changelog:
2929
use: github
3030
groups:
3131
- title: Features
32-
regexp: "^.*?feat(\([[:word:]]+\))??!?:.+$"
32+
regexp: '^.*?feat(\([[:word:]]+\))??!?:.+$'
3333
order: 0
34-
- title: 'Bug fixes'
35-
regexp: "^.*?fix(\([[:word:]]+\))??!?:.+$"
34+
- title: "Bug fixes"
35+
regexp: '^.*?fix(\([[:word:]]+\))??!?:.+$'
3636
order: 1
3737
- title: Docs
38-
regexp: "^.*?docs(\([[:word:]]+\))??!?:.+$"
38+
regexp: '^.*?docs(\([[:word:]]+\))??!?:.+$'
3939
order: 2
4040
- title: Test
41-
regexp: "^.*?test(\([[:word:]]+\))??!?:.+$"
41+
regexp: '^.*?test(\([[:word:]]+\))??!?:.+$'
4242
order: 3
4343
- title: Dependabot
44-
regexp: "^.*?chore(\([[:word:]]+\))??!?:.+$"
44+
regexp: '^.*?chore(\([[:word:]]+\))??!?:.+$'
4545
order: 4
4646
- title: Others
4747
order: 999

0 commit comments

Comments
 (0)