mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-01-14 06:43:25 +08:00
26 lines
634 B
YAML
26 lines
634 B
YAML
name-template: '$NEXT_PATCH_VERSION'
|
|
tag-template: '$NEXT_PATCH_VERSION'
|
|
categories:
|
|
- title: '🚀 Features'
|
|
labels:
|
|
- 'Type: Enhancement'
|
|
- title: '🐛 Bug Fixes'
|
|
labels:
|
|
- 'Type: Bug / Error'
|
|
- title: '🧰 Maintenance'
|
|
label: 'Type: Other'
|
|
change-template: '- $TITLE (#$NUMBER) @$AUTHOR'
|
|
sort-by: title
|
|
sort-direction: ascending
|
|
branches:
|
|
- develop
|
|
exclude-labels:
|
|
- 'Skip changelog'
|
|
no-changes-template: 'This release contains minor changes and bugfixes.'
|
|
template: |
|
|
# Release Notes
|
|
|
|
$CHANGES
|
|
|
|
🎉 **Thanks to all contributors helping with this release!** 🎉
|