diff --git a/.goreleaser.yml b/.goreleaser.yml index c0da1c50aec71d899b0cffe09be64e3756e92f51..aabf2f7606462ebb540fd6ebe9efb302a6855e5f 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -312,19 +312,19 @@ changelog: - "^wip " - "^wip:" groups: - - title: "New Features" - regexp: '^.*?feat(\(.+\))??!?:.+$' + - title: "Deps" + regexp: "^.*\\(deps\\)*:+.*$" + order: 300 + - title: "New!" + regexp: "^.*feat[(\\w)]*:+.*$" order: 100 - - title: "Security updates" - regexp: '^.*?sec(\(.+\))??!?:.+$' - order: 150 - - title: "Bug fixes and improvements" - regexp: '^.*?(fix|refactor)(\(.+\))??!?:.+$' + - title: "Fixed" + regexp: "^.*fix[(\\w)]*:+.*$" order: 200 - - title: "Documentation updates" - regexp: ^.*?docs?(\(.+\))??!?:.+$ + - title: "Docs" + regexp: "^.*docs[(\\w)]*:+.*$" order: 400 - - title: Other work + - title: "Other stuff" order: 9999 release: