Skip to content

Commit

Permalink
fix: Revert changes for NEW_CONTRIBUTORS
Browse files Browse the repository at this point in the history
  • Loading branch information
Dor-bl authored Oct 20, 2024
1 parent 8e2fbb9 commit 359e16f
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -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'

0 comments on commit 359e16f

Please sign in to comment.