Jelajahi Sumber

Merge pull request #154 from dave-tucker/release-notes

ci: Add dependencies/codegen/docs to rel notes
Alessandro Decina 3 tahun lalu
induk
melakukan
c3cd45c6df
1 mengubah file dengan 11 tambahan dan 1 penghapusan
  1. 11 1
      .github/changelog-base.json

+ 11 - 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,16 @@
         "title": "## 🧪 Tests",
         "labels": ["test"],
         "exhaustive": true
+      },
+      {
+        "title": "## 🤝 Dependencies and 🤖 Generated Code",
+        "labels": ["dependencies"],
+        "exhaustive": true
+      },
+      {
+        "title": "## 📃 Documentation",
+        "labels": ["documentation"],
+        "exhaustive": true
       }
     ],
     "ignore_labels": [