Explorar el Código

Fix bug label for generateChangelog task

Steve Riesenberg hace 3 años
padre
commit
9cdc3cd44b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      scripts/release/release-notes-sections.yml

+ 1 - 1
scripts/release/release-notes-sections.yml

@@ -8,7 +8,7 @@ changelog:
       labels: ["type: enhancement"]
       sort: "title"
     - title: ":beetle: Bug Fixes"
-      labels: ["type:bug"]
+      labels: ["type: bug"]
       sort: "title"
     - title: ":hammer: Dependency Upgrades"
       emoji: ":hammer:"