From 298542e4f7b7c48881fb10f12902ecff5532fa65 Mon Sep 17 00:00:00 2001 From: Gabi <218829269+GabiNun2@users.noreply.github.com> Date: Mon, 22 Jun 2026 11:52:59 -0700 Subject: [PATCH] Removed icons from release-drafter.yml (#4590) --- .github/release-drafter.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index a58e6e22..46aa268f 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -1,18 +1,18 @@ tag-prefix: '' categories: - - title: '🚀 Features' + - title: 'Features' labels: - 'feature' - 'enhancement' - 'new feature' - - title: '🐛 Bug Fixes' + - title: 'Bug Fixes' labels: - 'hotfix' - 'bugfix' - 'bug' - - title: '📚 Documentation' + - title: 'Documentation' label: 'documentation' - - title: '🎨 UI/UX Improvements' + - title: 'UI/UX Improvements' label: 'ui update' change-template: '- $TITLE @$AUTHOR (#$NUMBER)' template: |