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:
Stefan Agner 2022-04-11 11:30:55 +02:00 committed by GitHub
parent feebc0abe9
commit 7fba67cefe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,5 @@
name-template: Home Assistant OS $NEXT_MINOR_VERSION
version-template: "$MAJOR.$MINOR"
categories:
- title: 'Home Assistant Operating System'
label: 'os'
@ -5,6 +7,8 @@ categories:
label: 'build'
- title: 'Raspberry Pi'
label: 'board/raspberrypi'
- title: 'Home Assistant Yellow'
label: 'board/yellow'
- title: 'Open Virtual Appliance'
label: 'board/ova'
- title: 'Generic x86-64'
@ -15,8 +19,9 @@ categories:
label: 'board/tinker'
- title: 'Khadas VIM Series'
label: 'board/khadas'
- title: 'Generic aarch64'
label: 'board/generic-aarch64'
filter-by-commitish: true
commitish: dev
template: |
## Changes

View File

@ -4,7 +4,7 @@ on:
push:
branches:
- dev
- rel-4
- rel-*
jobs:
update_release_draft: