We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8615b58 commit 6a1c6faCopy full SHA for 6a1c6fa
.github/workflows/release.yml
@@ -2,7 +2,6 @@
2
name: goreleaser
3
4
on:
5
- pull_request:
6
push:
7
tags:
8
- "*"
.goreleaser.yaml
@@ -48,7 +48,7 @@ changelog:
48
regexp: '^.*?feat(\([[:word:]]+\))??!?:.+$'
49
order: 0
50
- title: "Bug fixes"
51
- regexp: '^.*?bug(\([[:word:]]+\))??!?:.+$'
+ regexp: '^.*?(bug|fix)(\([[:word:]]+\))??!?:.+$'
52
order: 1
53
- title: Others
54
order: 999
0 commit comments