mermaid/.github/release-drafter.yml

26 lines
609 B
YAML
Raw Normal View History

2019-11-30 23:23:09 +01:00
name-template: '$NEXT_PATCH_VERSION'
2019-11-30 23:28:48 +01:00
tag-template: '$NEXT_PATCH_VERSION'
2019-11-30 23:23:09 +01:00
categories:
- title: '🚀 Features'
labels:
- 'Type: Enhancement'
- title: '🐛 Bug Fixes'
labels:
- 'Type: Bug / Error'
- title: '🧰 Maintenance'
label: 'Type: Other'
change-template: '- $TITLE (#$NUMBER) @$AUTHOR'
2019-12-10 20:52:00 +01:00
sort-by: title
sort-direction: ascending
2019-12-02 14:47:34 +01:00
branches:
- develop
exclude-labels:
- 'Skip changelog'
2019-11-30 23:23:09 +01:00
no-changes-template: 'This release contains minor changes and bugfixes.'
template: |
# Release Notes
$CHANGES
2019-12-01 00:58:14 +01:00
🎉 **Thanks to all contributors helping with this release!** 🎉