Forráskód Böngészése

ci: Add dependencies/codegen to rel notes

Signed-off-by: Dave Tucker <[email protected]>
Dave Tucker 3 éve
szülő
commit
fbed584f78
1 módosított fájl, 6 hozzáadás és 1 törlés
  1. 6 1
      .github/changelog-base.json

+ 6 - 1
.github/changelog-base.json

@@ -6,7 +6,7 @@
         "exhaustive": true
       },
       {
-        "title": "## 🐛 Fixes",
+        "title": "## 🐛 Fixes and 🤏 Small Changes",
         "labels": ["fix"],
         "exhaustive": true
       },
@@ -14,6 +14,11 @@
         "title": "## 🧪 Tests",
         "labels": ["test"],
         "exhaustive": true
+      },
+      {
+        "title": "## 🤝 Dependencies and 🤖 Generated Code",
+        "labels": ["dependencies"],
+        "exhaustive": true
       }
     ],
     "ignore_labels": [