From 61b97157ed235467e8d36e82fd01efd4c5e1bef5 Mon Sep 17 00:00:00 2001 From: Jason Rasmussen Date: Tue, 9 Jan 2024 13:55:59 -0500 Subject: [PATCH] chore: release note groups (#6297) --- .github/release.yml | 28 ++++++++++++++++++++-------- 1 file changed, 20 insertions(+), 8 deletions(-) diff --git a/.github/release.yml b/.github/release.yml index 27a9e6f34c..2edcadc8d0 100644 --- a/.github/release.yml +++ b/.github/release.yml @@ -1,30 +1,42 @@ changelog: categories: - - title: Breaking Changes 🛠 + - title: ⚠️ Breaking Changes labels: - breaking-change - - title: Server + + - title: 🗄️ Server labels: - 🗄️server - - title: Mobile + + - title: 📱 Mobile labels: - 📱mobile - - title: Web + + - title: 🖥️ Web labels: - 🖥️web - - title: Machine Learning + + - title: 🧠 Machine Learning labels: - 🧠machine-learning - - title: CLI + + - title: ⚡ CLI labels: - cli - - title: Documentation + + - title: 📓 Documentation labels: - documentation - - title: Dependency updates + + - title: 🔨 Build + labels: + - deployment + + - title: 🤖 Dependencies labels: - dependencies - renovate + - title: Other changes labels: - "*"