Skip to content

Commit

Permalink
release draft template
Browse files Browse the repository at this point in the history
  • Loading branch information
MohamedNasser8 committed Sep 7, 2024
1 parent 221f3bb commit b25c340
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name-template: 'v$RESOLVED_VERSION'
tag-template: 'v$RESOLVED_VERSION'
categories:
- title: '🚀 Features'
labels:
- 'feature'
- title: '🐛 Bug Fixes'
labels:
- 'bug'
change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
template: |
## Changes
$CHANGES

0 comments on commit b25c340

Please sign in to comment.