Ver Fonte

build: feat/feature changelog prio

jamesread há 1 ano atrás
pai
commit
6ad001619d
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      .goreleaser.yml

+ 1 - 1
.goreleaser.yml

@@ -51,7 +51,7 @@ changelog:
       regexp: '^.*?security(\([[:word:]]+\))??!?:.+$'
       regexp: '^.*?security(\([[:word:]]+\))??!?:.+$'
       order: 0
       order: 0
     - title: 'Features'
     - title: 'Features'
-      regexp: '^.*?feature(\([[:word:]]+\))??!?:.+$'
+      regexp: '^.*?feat.*?(\([[:word:]]+\))??!?:.+$'
       order: 1
       order: 1
     - title: 'Bug fixes'
     - title: 'Bug fixes'
       regexp: '^.*?bugfix(\([[:word:]]+\))??!?:.+$'
       regexp: '^.*?bugfix(\([[:word:]]+\))??!?:.+$'