mon/.github/release-drafter.yml
Paul Campbell d617ffdf3f
Add release-drafter (#127)
* Add release-drafter workflow

* Configure release-drafter

Uses the enhanced example template with the addition of the dependencies label under Maintenance.
2020-06-20 08:39:39 +01:00

32 lines
564 B
YAML

name-template: 'v$RESOLVED_VERSION 🌈'
tag-template: 'v$RESOLVED_VERSION'
categories:
- title: '🚀 Features'
labels:
- 'feature'
- 'enhancement'
- title: '🐛 Bug Fixes'
labels:
- 'fix'
- 'bugfix'
- 'bug'
- title: '🧰 Maintenance'
labels:
- 'chore'
- 'dependencies'
change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
version-resolver:
major:
labels:
- 'major'
minor:
labels:
- 'minor'
patch:
labels:
- 'patch'
default: patch
template: |
## Changes
$CHANGES