diff --git a/.goreleaser.yml b/.goreleaser.yml index c431f0a2..248f3771 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -29,19 +29,19 @@ changelog: use: github groups: - title: Features - regexp: "^.*?feat(\([[:word:]]+\))??!?:.+$" + regexp: '^.*?feat(\([[:word:]]+\))??!?:.+$' order: 0 - - title: 'Bug fixes' - regexp: "^.*?fix(\([[:word:]]+\))??!?:.+$" + - title: "Bug fixes" + regexp: '^.*?fix(\([[:word:]]+\))??!?:.+$' order: 1 - title: Docs - regexp: "^.*?docs(\([[:word:]]+\))??!?:.+$" + regexp: '^.*?docs(\([[:word:]]+\))??!?:.+$' order: 2 - title: Test - regexp: "^.*?test(\([[:word:]]+\))??!?:.+$" + regexp: '^.*?test(\([[:word:]]+\))??!?:.+$' order: 3 - title: Dependabot - regexp: "^.*?chore(\([[:word:]]+\))??!?:.+$" + regexp: '^.*?chore(\([[:word:]]+\))??!?:.+$' order: 4 - title: Others order: 999