From 8ed3a31424c9a480d85605d6a538ef0efc6d0d43 Mon Sep 17 00:00:00 2001 From: titus Date: Wed, 28 Jan 2026 12:32:40 -0600 Subject: [PATCH] auto format and make categories for releases --- .github/release-drafter.yml | 12 +++++------- .github/workflows/pre-release.yaml | 2 +- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index 06b8ced8..a58e6e22 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -4,15 +4,16 @@ categories: labels: - 'feature' - 'enhancement' + - 'new feature' - title: '🐛 Bug Fixes' labels: - - 'fix' + - 'hotfix' - 'bugfix' - 'bug' - title: '📚 Documentation' label: 'documentation' - - title: '🔒 Security' - label: 'security' + - title: '🎨 UI/UX Improvements' + label: 'ui update' change-template: '- $TITLE @$AUTHOR (#$NUMBER)' template: | ## Changes @@ -31,7 +32,7 @@ autolabeler: - '/fix\/.+/' title: - '/fix/i' - - label: 'enhancement' + - label: 'new feature' branch: - '/feature\/.+/' body: @@ -40,9 +41,6 @@ autolabeler: files: - '**/*.md' - 'docs/**/*' - - label: 'security' - branch: - - '/security\/.+/' replacers: - search: /"/g replace: '' diff --git a/.github/workflows/pre-release.yaml b/.github/workflows/pre-release.yaml index 1ce1371e..8ce1fe76 100644 --- a/.github/workflows/pre-release.yaml +++ b/.github/workflows/pre-release.yaml @@ -56,7 +56,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: config-name: release-drafter.yml - version: ${{ env.VERSION }} # Pass the version variable + version: ${{ env.VERSION }} - name: Create and Upload Release id: create_release