Skip to content

Commit

Permalink
Update release-drafter.yml (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
JohNan authored Aug 23, 2024
1 parent c998b1b commit 9ac1f1c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,21 @@
name-template: 'v$RESOLVED_VERSION 🌈'
name-template: '$RESOLVED_VERSION'
tag-template: 'v$RESOLVED_VERSION'
change-template: '- #$NUMBER $TITLE @$AUTHOR'
sort-direction: ascending
include-pre-releases: true
categories:
- title: '🚀 Features'
- title: 'Features'
labels:
- 'feature'
- 'enhancement'

- title: '🐛 Bug Fixes'
- title: 'Bug Fixes'
labels:
- 'fix'
- 'bugfix'
- 'bug'

- title: '🧰 Maintenance'
- title: 'Maintenance'
label: 'chore'

version-resolver:
Expand Down

0 comments on commit 9ac1f1c

Please sign in to comment.