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 0bb683d commit 5529a7b
Showing 1 changed file with 20 additions and 15 deletions.
35 changes: 20 additions & 15 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,24 @@
name-template: 'v$NEXT_PATCH_VERSION'
tag-template: 'v$NEXT_PATCH_VERSION'
categories:
- title: '🚀 New Features'
labels:
- 'feature'
- title: '🐛 Bug Fixes'
labels:
- 'bug'
- title: '🛠 Maintenance'
labels:
- 'chore'
name: Release Drafter

template: |
## Changes
## What’s Changed
$CHANGES
## Contributors
Thanks to everyone who contributed to this release:
$CONTRIBUTORS
change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
no-changes-template: '- No changes'
categories:
- title: 🚀 Features
labels:
- feature

- title: 🐛 Bug Fixes
labels:
- bug

change-template: '- $TITLE (#$NUMBER) by @$AUTHOR'
version-template: 'v$MAJOR.$MINOR.$PATCH'

0 comments on commit 5529a7b

Please sign in to comment.