mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-07-26 22:46:32 +00:00
Fix release drafter for release branches (#1836)
* Fix release drafter for release branches * Add Home Assistant Yellow * Add Generic aarch64 machine
This commit is contained in:
parent
feebc0abe9
commit
7fba67cefe
7
.github/release-drafter.yml
vendored
7
.github/release-drafter.yml
vendored
@ -1,3 +1,5 @@
|
|||||||
|
name-template: Home Assistant OS $NEXT_MINOR_VERSION
|
||||||
|
version-template: "$MAJOR.$MINOR"
|
||||||
categories:
|
categories:
|
||||||
- title: 'Home Assistant Operating System'
|
- title: 'Home Assistant Operating System'
|
||||||
label: 'os'
|
label: 'os'
|
||||||
@ -5,6 +7,8 @@ categories:
|
|||||||
label: 'build'
|
label: 'build'
|
||||||
- title: 'Raspberry Pi'
|
- title: 'Raspberry Pi'
|
||||||
label: 'board/raspberrypi'
|
label: 'board/raspberrypi'
|
||||||
|
- title: 'Home Assistant Yellow'
|
||||||
|
label: 'board/yellow'
|
||||||
- title: 'Open Virtual Appliance'
|
- title: 'Open Virtual Appliance'
|
||||||
label: 'board/ova'
|
label: 'board/ova'
|
||||||
- title: 'Generic x86-64'
|
- title: 'Generic x86-64'
|
||||||
@ -15,8 +19,9 @@ categories:
|
|||||||
label: 'board/tinker'
|
label: 'board/tinker'
|
||||||
- title: 'Khadas VIM Series'
|
- title: 'Khadas VIM Series'
|
||||||
label: 'board/khadas'
|
label: 'board/khadas'
|
||||||
|
- title: 'Generic aarch64'
|
||||||
|
label: 'board/generic-aarch64'
|
||||||
filter-by-commitish: true
|
filter-by-commitish: true
|
||||||
commitish: dev
|
|
||||||
template: |
|
template: |
|
||||||
## Changes
|
## Changes
|
||||||
|
|
||||||
|
2
.github/workflows/release-drafter.yml
vendored
2
.github/workflows/release-drafter.yml
vendored
@ -4,7 +4,7 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- dev
|
- dev
|
||||||
- rel-4
|
- rel-*
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
update_release_draft:
|
update_release_draft:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user