Skip to content

Commit

Permalink
Create release-drafter.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
porameht authored Aug 12, 2024
1 parent a3b2f13 commit 8112242
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name-template: "v$NEXT_PATCH_VERSION 🌈"
tag-template: "v$NEXT_PATCH_VERSION"
categories:
- title: "🚀 Features"
labels:
- "🚀 Feature Request"
- title: "🐛 Bug Fixes"
labels:
- ":bug: Bug"
- title: "🧰 Maintenance"
label:
- "🧰 Maintenance"
- title: ":hammer_and_wrench: Engineering"
label:
- ":hammer_and_wrench: Engineering"
- "🦄 Magical Unicorn"
change-template: "- $TITLE @$AUTHOR (#$NUMBER)"
template: |
## What’s Changed
$CHANGES

0 comments on commit 8112242

Please sign in to comment.