From 7051e583f111c3261e448354bbc88d837a033141 Mon Sep 17 00:00:00 2001 From: Vitor Mattos <1079143+vitormattos@users.noreply.github.com> Date: Thu, 23 Apr 2026 12:32:49 -0300 Subject: [PATCH] chore(release): fix stable32 release-drafter yaml Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com> --- .github/release-drafter.yml | 31 ------------------------------- 1 file changed, 31 deletions(-) diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index 1ee774df1c..e26bcf90dd 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -20,37 +20,6 @@ categories: - title: 'Added' labels: - 'feature' - - 'feat' - - 'enhancement' - - 'minor' - - - title: 'Changed' - collapse-after: 4 - labels: - - 'chore' - - 'refactor' - - 'improvement' - - - title: 'Fixed' - labels: - - 'fix' - - 'bugfix' - - 'bug' - - 'patch' - - - title: 'Removed' - labels: - - 'removed' - - 'deprecated' - - - title: 'Security' - labels: - - 'security' - - - title: 'Tests' - collapse-after: 3 - labels: - - 'test' - title: 'Dependencies' collapse-after: 2