From 917cd38efc8e3c22be7fe3c9ecf86dea42b867f2 Mon Sep 17 00:00:00 2001 From: ludeeus Date: Tue, 31 Dec 2024 13:07:58 +0000 Subject: [PATCH] Add beta PRs to release drafter --- .github/release-drafter.yml | 31 ++++++++++++------- .../healthchecksio/manifest.json | 2 +- 2 files changed, 21 insertions(+), 12 deletions(-) diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index 3c5082a..0405d06 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -1,25 +1,34 @@ -change-template: '- #$NUMBER $TITLE @$AUTHOR' +change-template: "- #$NUMBER $TITLE @$AUTHOR" sort-direction: ascending -exclude-labels: - - "actions" - - "repository" +include-labels: + - "beta" + - "breaking-chang" + - "bugfix" + - "dependencies" + - "enhancement" + - "feature" + - "refactor" categories: - - title: ":boom: Breaking Changes" + - title: "💥 Breaking changes" label: "breaking-change" - - title: ":bug: Bug Fixes" - label: "bugfix" + - title: "🚧 Beta changes" + label: "beta" + collapse-after: 1 - - title: ":sparkles: New Features" + - title: "✨ New features" label: "feature" - - title: ":zap: Performance" + - title: "🚀 Performance" label: "enhancement" - - title: ":recycle: Refactor" + - title: "🔨 Refactor" label: "refactor" - - title: ":arrow_up: Dependency Updates" + - title: "🐛 Bug Fixes" + label: "bugfix" + + - title: "⬆️ Dependency updates" label: "dependencies" collapse-after: 1 diff --git a/custom_components/healthchecksio/manifest.json b/custom_components/healthchecksio/manifest.json index 268230e..1682574 100644 --- a/custom_components/healthchecksio/manifest.json +++ b/custom_components/healthchecksio/manifest.json @@ -8,5 +8,5 @@ "documentation": "https://github.com/custom-components/healthchecksio", "iot_class": "cloud_polling", "issue_tracker": "https://github.com/custom-components/healthchecksio/issues", - "version": "100.0.0b2" + "version": "100.0.0b3" }