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

32 lines
725 B
YAML

name-template: 'Release v$RESOLVED_VERSION 🌈'
tag-template: 'v$RESOLVED_VERSION'
categories:
- title: '🚀 Features'
labels:
- 'Enhancement'
- title: '🐛 Bug Fixes'
labels:
- 'Bug'
- title: '📙 Documentation'
label: 'Documentation'
# Any PR with the label 'skip-changelog' will not be inserted into the release notes
exclude-labels:
- 'skip-changelog'
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