Explorar o código

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

jamesread hai 8 meses
pai
achega
c4c47b47bb
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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