From 18b24b8f0b156d69fdec846f683938b7a8ad2c1b Mon Sep 17 00:00:00 2001 From: Jamie Danielson Date: Fri, 8 Mar 2024 12:00:03 -0500 Subject: [PATCH] maint: add labels to release.yml for auto-generated grouping (#182) ## Which problem is this PR solving? - auto-generated release notes should just automatically include dependencies and docs in maintenance section ## Short description of the changes - update `release.yml` that gets used for generating release notes to include labels of `type: dependencies` and `type: documentation` --- .github/release.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/release.yml b/.github/release.yml index 3d9ee33..041c00a 100644 --- a/.github/release.yml +++ b/.github/release.yml @@ -18,6 +18,8 @@ changelog: - title: 🛠 Maintenance labels: - "type: maintenance" + - "type: dependencies" + - "type: documentation" - title: 🤷 Other Changes labels: - - "*" \ No newline at end of file + - "*"