mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-07-25 22:16:30 +00:00
Enable release drafter on dev branch (#2252)
This commit is contained in:
parent
eaeac710eb
commit
f1ffc301c8
8
.github/release-drafter.yml
vendored
8
.github/release-drafter.yml
vendored
@ -1,4 +1,5 @@
|
|||||||
name-template: Home Assistant OS $NEXT_MINOR_VERSION
|
name-template: Home Assistant OS $RESOLVED_VERSION
|
||||||
|
tag-template: $RESOLVED_VERSION
|
||||||
version-template: "$MAJOR.$MINOR"
|
version-template: "$MAJOR.$MINOR"
|
||||||
categories:
|
categories:
|
||||||
- title: 'Home Assistant Operating System'
|
- title: 'Home Assistant Operating System'
|
||||||
@ -26,3 +27,8 @@ template: |
|
|||||||
## Changes
|
## Changes
|
||||||
|
|
||||||
$CHANGES
|
$CHANGES
|
||||||
|
version-resolver:
|
||||||
|
major:
|
||||||
|
labels:
|
||||||
|
- 'major'
|
||||||
|
default: minor
|
||||||
|
1
.github/workflows/release-drafter.yml
vendored
1
.github/workflows/release-drafter.yml
vendored
@ -3,6 +3,7 @@ name: Release Drafter
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
|
- dev
|
||||||
- rel-*
|
- rel-*
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user