Skip to content

Commit

Permalink
adjusted release-drafter.yml so that the release description becomes …
Browse files Browse the repository at this point in the history
…more beautiful 🌻
  • Loading branch information
jreimone committed Jul 29, 2022
1 parent e5244ab commit 308f60f
Showing 1 changed file with 26 additions and 2 deletions.
28 changes: 26 additions & 2 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
name-template: 'Version $RESOLVED_VERSION ✨'
tag-template: 'v$RESOLVED_VERSION'
categories:
- title: '🚀 Features'
label: 'enhancement'
- title: '🐛 Bug Fixes'
label: 'bug'
- title: '📝 Documentation'
label: 'documentation'
- title: '🚨 Dependencies'
label: 'dependencies'
change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
change-title-escapes: '\<*_&'
version-resolver:
major:
labels:
- 'major'
minor:
labels:
- 'minor'
patch:
labels:
- 'patch'
default: 'patch'
template: |
## What’s Changed
$CHANGES
## Changes
$CHANGES

0 comments on commit 308f60f

Please sign in to comment.