Skip to content

Commit 6a1c6fa

Browse files
fix: goreleaser groups (#32)
1 parent 8615b58 commit 6a1c6fa

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
name: goreleaser
33

44
on:
5-
pull_request:
65
push:
76
tags:
87
- "*"

.goreleaser.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ changelog:
4848
regexp: '^.*?feat(\([[:word:]]+\))??!?:.+$'
4949
order: 0
5050
- title: "Bug fixes"
51-
regexp: '^.*?bug(\([[:word:]]+\))??!?:.+$'
51+
regexp: '^.*?(bug|fix)(\([[:word:]]+\))??!?:.+$'
5252
order: 1
5353
- title: Others
5454
order: 999

0 commit comments

Comments
 (0)