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 6ab2854 commit da18b01Copy full SHA for da18b01
.goreleaser.yaml
@@ -41,24 +41,24 @@ changelog:
41
sort: asc
42
filters:
43
exclude:
44
- - '^docs:'
45
- - '^test:'
46
- - '^chore:'
+ - '^docs'
+ - '^test'
+ - '^chore'
47
include:
48
- - '^feat:'
49
- - '^fix:'
50
- - '^perf:'
51
- - '^refactor:'
+ - '^feat'
+ - '^fix'
+ - '^perf'
+ - '^refactor'
52
use: git
53
groups:
54
- title: "New Features"
55
- regexp: "^feat:"
+ regexp: "^feat"
56
- title: "Bug Fixes"
57
- regexp: "^fix:"
+ regexp: "^fix"
58
- title: "Performance Improvements"
59
- regexp: "^perf:"
+ regexp: "^perf"
60
- title: "Refactors"
61
- regexp: "^refactor:"
+ regexp: "^refactor"
62
63
release:
64
github:
0 commit comments