Skip to content

Commit

Permalink
Merge pull request #39 from samuelduchesne/samuelduchesne-patch-1
Browse files Browse the repository at this point in the history
Automated release draft details
  • Loading branch information
samuelduchesne committed Feb 25, 2021
2 parents 5ea2425 + f512690 commit 422cd56
Showing 1 changed file with 37 additions and 1 deletion.
38 changes: 37 additions & 1 deletion .github/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,40 @@
name-template: 'v$RESOLVED_VERSION 🌈'
tag-template: 'v$RESOLVED_VERSION'
categories:
- title: '🚀 New Features'
labels:
- 'new feature'
- 'enhancement'
- title: '🐛 Bug Fixes'
labels:
- 'fix'
- 'bugfix'
- 'bug'
- title: '🧰 Maintenance'
labels:
- 'refactoring'
- 'dependencies'
change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
change-title-escapes: '\<*_&' # You can add # and @ to disable mentions, and add ` to disable code blocks.
version-resolver:
major:
labels:
- 'major'
minor:
labels:
- 'minor'
- 'feature'
- 'new feature'
- 'enhancement'
patch:
labels:
- 'fix'
- 'bugfix'
- 'bug'
- 'patch'
- 'refactoring'
default: patch
template: |
## What’s Changed
## Changes
$CHANGES

0 comments on commit 422cd56

Please sign in to comment.