Skip to content

Commit

Permalink
github: include a notification for new contributors
Browse files Browse the repository at this point in the history
display new contributors at the end of the release notes under the "New Contributors" section.
  • Loading branch information
Dor-bl authored Oct 18, 2024
1 parent 5a79648 commit beb717a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ template: |
$CHANGES
## 🚀 New Contributors
Thanks to the following contributors for their first PR:
$CONTRIBUTORS
categories:
- title: 'Enhancements'
label: 'Enhancement'
Expand All @@ -13,7 +17,7 @@ categories:
- 'BugFix'
- title: 'Refactor'
label: 'Refactor'
- title: 'Dependencies'
- title: '📦 Dependencies'
labels:
- 'Dependencies'
- title: 'Pipeline'
Expand Down Expand Up @@ -41,3 +45,4 @@ version-resolver:

prerelease: false
prerelease-identifier: 'rc'
contribution-template: '- $NAME contributed in $PULL_REQUEST'

0 comments on commit beb717a

Please sign in to comment.