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: 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

View File

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