mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-07-28 07:26:28 +00:00
Don't filter previous releases on dev branch (#1246)
It seems that the release drafter filters commits which have been made before the last release has been made. If the last release is a unrelated stable release, this clears the full changelog for the next major release. It seems `filter-by-commitish` should prevent that. While at it, also set `commitish` to be dev (which is the default, but being explicit certainly doesn't hurt).
This commit is contained in:
parent
9db5dc7ab8
commit
5c17e0974b
2
.github/release-drafter.yml
vendored
2
.github/release-drafter.yml
vendored
@ -13,6 +13,8 @@ categories:
|
|||||||
label: 'board/odroid'
|
label: 'board/odroid'
|
||||||
- title: 'ASUS Tinker'
|
- title: 'ASUS Tinker'
|
||||||
label: 'board/tinker'
|
label: 'board/tinker'
|
||||||
|
filter-by-commitish: true
|
||||||
|
commitish: dev
|
||||||
template: |
|
template: |
|
||||||
## Changes
|
## Changes
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user