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 67d6ca8 commit 222861dCopy full SHA for 222861d
.goreleaser.yaml
@@ -73,4 +73,14 @@ changelog:
73
exclude:
74
- '^docs:'
75
- '^test:'
76
-
+ use: github
77
+ format: "{{.SHA}}: {{.Message}} [{{.AuthorName}}](@{{.AuthorUsername}})"
78
+ groups:
79
+ - title: "✨ Features"
80
+ regexp: '^.*?feat(\([[:word:]]+\))??!?:.+$'
81
+ order: 0
82
+ - title: "🐛 Bug fixes"
83
+ regexp: '^.*?(fix|bug)(\([[:word:]]+\))??!?:.+$'
84
+ order: 1
85
+ - title: "🔧 Others"
86
+ order: 999
0 commit comments