From e5e01d5f9db2e784954bbde9273a34c97f81ea4c Mon Sep 17 00:00:00 2001 From: Carlos Alexandro Becker Date: Tue, 30 Sep 2025 15:36:58 -0300 Subject: [PATCH] ci: update changelog group names Signed-off-by: Carlos Alexandro Becker --- .goreleaser.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) 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: