From fbed584f785b8de096939f12a9403742220352f5 Mon Sep 17 00:00:00 2001 From: Dave Tucker Date: Tue, 11 Jan 2022 13:52:48 +0000 Subject: [PATCH 1/2] 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": [ From d2449ca29268916fa9d159a43304a31f26b63bbe Mon Sep 17 00:00:00 2001 From: Dave Tucker Date: Tue, 11 Jan 2022 13:55:16 +0000 Subject: [PATCH 2/2] ci: add docs to release notes Signed-off-by: Dave Tucker --- .github/changelog-base.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/changelog-base.json b/.github/changelog-base.json index e580e316..8d998dd9 100644 --- a/.github/changelog-base.json +++ b/.github/changelog-base.json @@ -19,6 +19,11 @@ "title": "## ๐Ÿค Dependencies and ๐Ÿค– Generated Code", "labels": ["dependencies"], "exhaustive": true + }, + { + "title": "## ๐Ÿ“ƒ Documentation", + "labels": ["documentation"], + "exhaustive": true } ], "ignore_labels": [