mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-24 09:36:31 +00:00

* Add changes to release drafter * remove duplicate * Add more labels * add CI * remove enhacement
50 lines
834 B
YAML
50 lines
834 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"
|
|
|
|
include-labels:
|
|
- "breaking-change"
|
|
- "build"
|
|
- "chore"
|
|
- "performance"
|
|
- "refactor"
|
|
- "new-feature"
|
|
- "bugfix"
|
|
- "dependencies"
|
|
- "test"
|
|
- "ci"
|
|
|
|
template: |
|
|
|
|
$CHANGES
|