From 0e5fa902993a36afb943d76dad304860ad52d26c Mon Sep 17 00:00:00 2001 From: Chris White Date: Thu, 25 Jul 2024 11:59:05 -0700 Subject: [PATCH] Update github auto-release notes template (#14762) --- .github/release.yml | 27 +++++++++++---------------- 1 file changed, 11 insertions(+), 16 deletions(-) diff --git a/.github/release.yml b/.github/release.yml index 957c8b64f01b..65bef5f17df6 100644 --- a/.github/release.yml +++ b/.github/release.yml @@ -1,34 +1,29 @@ # .github/release.yml changelog: - exclude: - labels: - - maintenance categories: - - title: Breaking Changes + - title: Breaking Changes โš ๏ธ labels: - breaking - - title: Exciting New Features ๐ŸŽ‰ + - deprecation + - title: New Features ๐ŸŽ‰ labels: - feature - - title: Enhancements - labels: - enhancement - - title: Fixes + - title: Bug Fixes ๐Ÿž labels: - fix - - title: Experimental + - bug + - title: Experimental ๐Ÿ”ฌ labels: - experimental - - title: Deprecations - labels: - - deprecation - - title: Documentation + - title: Integrations & Dependencies ๐Ÿค labels: - - docs - - title: Collections + - integrations + - upstream dependency + - title: Development & Tidiness ๐Ÿงน labels: - - collections + - development - title: Uncategorized labels: - "*" \ No newline at end of file