Skip to content

Commit

Permalink
Add beta PRs to release drafter
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeeus committed Dec 31, 2024
1 parent 897ac1a commit 917cd38
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 12 deletions.
31 changes: 20 additions & 11 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion custom_components/healthchecksio/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

0 comments on commit 917cd38

Please sign in to comment.