diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index cf29ea7..65eb8ea 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -2,23 +2,17 @@ name-template: 'v$RESOLVED_VERSION' tag-template: 'v$RESOLVED_VERSION' categories: - title: '🚀 Features' - labels: - - 'feature' + label: 'feature' - title: '🐛 Bug Fixes' - labels: - - 'bug' + label: 'bug' - title: '🧰 Maintenance' - labels: - - 'maintenance' + label: 'maintenance' - title : '⚡ Performance' - labels: - - 'performance' + label: 'performance' - title: '✅ Tests' - labels: - - 'tests' + label: 'tests' - title: '📚 Documentation' - labels: - - 'documentation' + label: 'documentation' change-template: '- $TITLE @$AUTHOR (#$NUMBER)' no-changes-template: '- No changes' diff --git a/.github/workflows/release-drafter.yml b/.github/workflows/release-drafter.yml index dd1f778..f07b888 100644 --- a/.github/workflows/release-drafter.yml +++ b/.github/workflows/release-drafter.yml @@ -14,6 +14,7 @@ on: # pull_request_target event is required for autolabeler to support PRs from forks # pull_request_target: # types: [opened, reopened, synchronize] + workflow_dispatch: # TESTING permissions: contents: read