Ver Fonte

docs: include "fix" in fixes section of release note

jamesread há 9 meses atrás
pai
commit
c4c47b47bb
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      .goreleaser.yml

+ 1 - 1
.goreleaser.yml

@@ -54,7 +54,7 @@ changelog:
       regexp: '^.*?feat.*?(\([[:word:]]+\))??!?:.+$'
       order: 1
     - title: 'Bug fixes'
-      regexp: '^.*?bugfix(\([[:word:]]+\))??!?:.+$'
+      regexp: '^.*?fix(\([[:word:]]+\))??!?:.+$'
       order: 2
     - title: Others
       order: 999