mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-04-24 13:17:16 +00:00

Co-authored-by: Joakim Sørensen <joasoe@gmail.com> Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
51 lines
856 B
YAML
51 lines
856 B
YAML
change-template: "- #$NUMBER $TITLE @$AUTHOR"
|
|
sort-direction: ascending
|
|
|
|
categories:
|
|
- title: ":boom: Breaking Changes"
|
|
label: "breaking-change"
|
|
|
|
- title: ":wrench: Build"
|
|
label: "build"
|
|
|
|
- title: ":boar: Chore"
|
|
label: "chore"
|
|
|
|
- title: ":sparkles: New Features"
|
|
label: "new-feature"
|
|
|
|
- title: ":zap: Performance"
|
|
label: "performance"
|
|
|
|
- title: ":recycle: Refactor"
|
|
label: "refactor"
|
|
|
|
- title: ":green_heart: CI"
|
|
label: "ci"
|
|
|
|
- title: ":bug: Bug Fixes"
|
|
label: "bugfix"
|
|
|
|
- title: ":white_check_mark: Test"
|
|
label: "test"
|
|
|
|
- title: ":arrow_up: Dependency Updates"
|
|
label: "dependencies"
|
|
collapse-after: 1
|
|
|
|
include-labels:
|
|
- "breaking-change"
|
|
- "build"
|
|
- "chore"
|
|
- "performance"
|
|
- "refactor"
|
|
- "new-feature"
|
|
- "bugfix"
|
|
- "dependencies"
|
|
- "test"
|
|
- "ci"
|
|
|
|
template: |
|
|
|
|
$CHANGES
|