Skip to content

Commit

Permalink
Update release-drafter.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MyDrift-user authored Jun 25, 2024
1 parent 6360b8a commit 0bb683d
Showing 1 changed file with 16 additions and 15 deletions.
31 changes: 16 additions & 15 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
name: Release Drafter

template: |
## What’s Changed
$CHANGES
name-template: 'v$NEXT_PATCH_VERSION'
tag-template: 'v$NEXT_PATCH_VERSION'
categories:
- title: 🚀 Features
- title: '🚀 New Features'
labels:
- 'feature'
- title: '🐛 Bug Fixes'
labels:
- feature

- title: 🐛 Bug Fixes
- 'bug'
- title: '🛠 Maintenance'
labels:
- bug

change-template: '- $TITLE (#$NUMBER) by @$AUTHOR'
version-template: 'v$MAJOR.$MINOR.$PATCH'
- 'chore'
template: |
## Changes
$CHANGES
## Contributors
$CONTRIBUTORS
change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
no-changes-template: '- No changes'

0 comments on commit 0bb683d

Please sign in to comment.