From fbed584f785b8de096939f12a9403742220352f5 Mon Sep 17 00:00:00 2001 From: Dave Tucker Date: Tue, 11 Jan 2022 13:52:48 +0000 Subject: [PATCH] ci: Add dependencies/codegen to rel notes Signed-off-by: Dave Tucker --- .github/changelog-base.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/changelog-base.json b/.github/changelog-base.json index 9286ebde..e580e316 100644 --- a/.github/changelog-base.json +++ b/.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": [