From d28ff27d3d6c5db2f5382704343e1afbdf15224f Mon Sep 17 00:00:00 2001 From: Connor Koehler Date: Wed, 25 Sep 2024 12:35:27 -0400 Subject: [PATCH] add icons to release notes --- .github/release.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/release.yml b/.github/release.yml index 35c01aa22..ac9d6ed71 100644 --- a/.github/release.yml +++ b/.github/release.yml @@ -4,34 +4,34 @@ changelog: authors: - github-actions[bot] categories: - - title: Breaking Changes + - title: Breaking Changes 🚨 labels: - major - integration - - title: Bug Fixes + - title: Bug Fixes 🐞 labels: - bug - - title: New Features + - title: New Features ✨ labels: - feature - - title: Improvements + - title: Improvements 🛠 labels: - enhancement - framework - - title: Security + - title: Security 🔒 labels: - security - - title: Documentation + - title: Documentation 📚 labels: - documentation - - title: Build, Package, Deploy + - title: Build, Package, Deploy 📦 labels: - dependencies - BPD - - title: Automation and Testing + - title: Automation and Testing 🚦 labels: - CI/CD - test-only - - title: Other Changes + - title: Other Changes ⚙️ labels: - "*"