mirror of
https://github.com/esphome/aioesphomeapi.git
synced 2024-11-05 09:29:42 +01:00
32 lines
534 B
YAML
32 lines
534 B
YAML
name-template: "$RESOLVED_VERSION"
|
|
tag-template: "v$RESOLVED_VERSION"
|
|
categories:
|
|
- title: "Breaking Changes"
|
|
label: "breaking-change"
|
|
- title: "Dependencies"
|
|
collapse-after: 1
|
|
labels:
|
|
- "dependencies"
|
|
|
|
version-resolver:
|
|
major:
|
|
labels:
|
|
- "major"
|
|
- "breaking-change"
|
|
minor:
|
|
labels:
|
|
- "minor"
|
|
- "new-feature"
|
|
patch:
|
|
labels:
|
|
- "bugfix"
|
|
- "dependencies"
|
|
- "documentation"
|
|
- "enhancement"
|
|
default: patch
|
|
|
|
template: |
|
|
## What's Changed
|
|
|
|
$CHANGES
|