Enable release drafter on dev branch (#2252)

This commit is contained in:
Stefan Agner
2022-11-30 12:22:37 +01:00
committed by GitHub
parent eaeac710eb
commit f1ffc301c8
2 changed files with 8 additions and 1 deletions

View File

@@ -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"
categories:
- title: 'Home Assistant Operating System'
@@ -26,3 +27,8 @@ template: |
## Changes
$CHANGES
version-resolver:
major:
labels:
- 'major'
default: minor

View File

@@ -3,6 +3,7 @@ name: Release Drafter
on:
push:
branches:
- dev
- rel-*
jobs: