PromucFlow_constructor/.github/release-drafter-template.yml

28 lines
594 B
YAML

name-template: 'v$RESOLVED_VERSION 🌈'
tag-template: 'v$RESOLVED_VERSION'
categories:
- title: '🚀 Features'
labels:
- 'Enhancement'
- title: '🐛 Bug Fixes'
labels:
- 'Bug'
- title: '📙 Documentation'
label: 'Documentation'
change-template: '- $TITLE (#$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'
patch:
labels:
- 'Patch'
default: patch
template: |
## What's new?
$CHANGES