From 56f2d22837aaa22cee1de3391c3ddd49ec82c44a Mon Sep 17 00:00:00 2001 From: Tuhin Mallick Date: Wed, 18 Sep 2024 14:56:18 +0200 Subject: [PATCH] Update release-drafter.yml --- .github/workflows/release-drafter.yml | 30 +++++++++++++++++++++++++-- 1 file changed, 28 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-drafter.yml b/.github/workflows/release-drafter.yml index d7b47fd..109cb19 100644 --- a/.github/workflows/release-drafter.yml +++ b/.github/workflows/release-drafter.yml @@ -11,9 +11,35 @@ categories: - 'bugfix' - 'bug' - title: '🧰 Maintenance' - label: 'chore' + labels: + - 'chore' + - 'maintenance' + - title: '📚 Documentation' + labels: + - 'documentation' + - title: '🔧 Refactoring' + labels: + - 'refactor' + - title: '🚨 Tests' + labels: + - 'test' + - 'testing' change-template: '- $TITLE @$AUTHOR (#$NUMBER)' +change-title-escapes: '\<*_&' # Removes special characters from PR titles +version-resolver: + major: + labels: + - 'major' + minor: + labels: + - 'minor' + patch: + labels: + - 'patch' + default: patch template: | - ## Changes + ## What's Changed $CHANGES + + **Full Changelog**: https://github.com/$OWNER/$REPOSITORY/compare/$PREVIOUS_TAG...v$RESOLVED_VERSION