mirror of
https://github.com/micahqcade/custom_vesync.git
synced 2025-02-11 17:49:00 +01:00
24 lines
575 B
YAML
24 lines
575 B
YAML
name-template: 'v$NEXT_PATCH_VERSION'
|
|
tag-template: 'v$NEXT_PATCH_VERSION'
|
|
exclude-labels:
|
|
- 'Meta: Exclude From Changelog'
|
|
- 'auto-changelog'
|
|
categories:
|
|
- title: '⤽ Backport from Core'
|
|
label: 'backport'
|
|
- title: '⚠️ Breaking changes'
|
|
label: 'breaking'
|
|
- title: '🚀 Features'
|
|
label: 'feature'
|
|
- title: '✨ Enhancement'
|
|
label: 'enhancement'
|
|
- title: '📘 Documentation'
|
|
label: 'documentation'
|
|
- title: '🐛 Bug Fixes'
|
|
label: 'bug'
|
|
template: |
|
|
## What's changed
|
|
$CHANGES
|
|
## Contributors to this release
|
|
$CONTRIBUTORS
|