From 73f0376b5c81d9fa3e1b866cc3a6aa13baa8b145 Mon Sep 17 00:00:00 2001 From: Dor Blayzer <59066376+Dor-bl@users.noreply.github.com> Date: Mon, 21 Oct 2024 07:06:04 +0300 Subject: [PATCH] fix: Revert changes for NEW_CONTRIBUTORS (#855) --- .github/release-drafter.yml | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index 348d78b8..1e4fb3f7 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -5,22 +5,22 @@ template: | $CHANGES - ## 🚀 New Contributors - Thanks to the following contributors for their first PR: - $NEW_CONTRIBUTORS + ## 🚀 Contributors + Thanks to the following contributors in this release: + $CONTRIBUTORS categories: - - title: 'Enhancements' + - title: '✨ Enhancements' label: 'Enhancement' - - title: 'Bug Fixes' + - title: '🐛 Bug Fixes' labels: - 'BugFix' - - title: 'Refactor' + - title: '🔄 Refactor' label: 'Refactor' - title: '📦 Dependencies' labels: - 'Dependencies' - - title: 'Pipeline' + - title: '🛠️ Pipeline' labels: - 'CI' - 'Build' @@ -41,8 +41,9 @@ version-resolver: labels: - 'BugFix' - 'Dependencies' + - 'Hotfixes' default: patch prerelease: false prerelease-identifier: 'rc' -contribution-template: '- $NAME contributed in $PULL_REQUEST' +contribution-template: '- $NAME contributed via $PULL_REQUEST'