mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-07-19 02:56:34 +00:00
Add documentation and dependencies category to release-drafter config (#3506)
* add Documentation category * add Dependencies (to easily filter them out if not needed in changelog) * adjust the order a bit to have user-facing changes first
This commit is contained in:
parent
ccca13d3ca
commit
d8baa98ae2
8
.github/release-drafter.yml
vendored
8
.github/release-drafter.yml
vendored
@ -4,8 +4,6 @@ version-template: "$MAJOR.$MINOR"
|
|||||||
categories:
|
categories:
|
||||||
- title: 'Home Assistant Operating System'
|
- title: 'Home Assistant Operating System'
|
||||||
label: 'os'
|
label: 'os'
|
||||||
- title: 'Build System'
|
|
||||||
label: 'build'
|
|
||||||
- title: 'Raspberry Pi'
|
- title: 'Raspberry Pi'
|
||||||
label: 'board/raspberrypi'
|
label: 'board/raspberrypi'
|
||||||
- title: 'Home Assistant Yellow'
|
- title: 'Home Assistant Yellow'
|
||||||
@ -24,6 +22,12 @@ categories:
|
|||||||
label: 'board/khadas'
|
label: 'board/khadas'
|
||||||
- title: 'Generic aarch64'
|
- title: 'Generic aarch64'
|
||||||
label: 'board/generic-aarch64'
|
label: 'board/generic-aarch64'
|
||||||
|
- title: 'Documentation'
|
||||||
|
label: 'documentation'
|
||||||
|
- title: 'Build System'
|
||||||
|
label: 'build'
|
||||||
|
- title: 'Dependencies'
|
||||||
|
label: 'dependencies'
|
||||||
filter-by-commitish: true
|
filter-by-commitish: true
|
||||||
template: |
|
template: |
|
||||||
## Changes
|
## Changes
|
||||||
|
Loading…
x
Reference in New Issue
Block a user