2022-02-10 20:32:21 +01:00
|
|
|
name-template: '$NEXT_PATCH_VERSION'
|
|
|
|
tag-template: '$NEXT_PATCH_VERSION'
|
|
|
|
categories:
|
2023-08-20 23:42:18 +01:00
|
|
|
- title: '🚨 **Breaking Changes**'
|
|
|
|
labels:
|
|
|
|
- 'Breaking Change'
|
2022-02-10 20:32:21 +01:00
|
|
|
- title: '🚀 Features'
|
|
|
|
labels:
|
|
|
|
- 'Type: Enhancement'
|
2023-08-20 23:42:18 +01:00
|
|
|
- 'feature' # deprecated, new PRs shouldn't have this
|
2022-02-10 20:32:21 +01:00
|
|
|
- title: '🐛 Bug Fixes'
|
|
|
|
labels:
|
|
|
|
- 'Type: Bug / Error'
|
2023-08-20 23:42:18 +01:00
|
|
|
- 'fix' # deprecated, new PRs shouldn't have this
|
2022-02-10 20:32:21 +01:00
|
|
|
- title: '🧰 Maintenance'
|
2023-08-20 23:42:18 +01:00
|
|
|
labels:
|
|
|
|
- 'Type: Other'
|
|
|
|
- 'chore' # deprecated, new PRs shouldn't have this
|
|
|
|
- title: '⚡️ Performance'
|
|
|
|
labels:
|
|
|
|
- 'Type: Performance'
|
|
|
|
- title: '📚 Documentation'
|
|
|
|
labels:
|
|
|
|
- 'Area: Documentation'
|
2022-02-10 20:32:21 +01:00
|
|
|
change-template: '- $TITLE (#$NUMBER) @$AUTHOR'
|
|
|
|
sort-by: title
|
|
|
|
sort-direction: ascending
|
|
|
|
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!** 🎉
|