Explorar o código

fix: Include "fix" in the right place in the release notes

jamesread hai 8 meses
pai
achega
d5eb74e738
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