Rest refactor - #5
Merged
Merged
Conversation
On pull_request events actions/checkout lands on refs/pull/N/merge, a detached HEAD, so stefanzweifel/git-auto-commit-action warns and has to guess the branch from GITHUB_HEAD_REF before it can push the ruff fixes. Pin `ref` to github.head_ref (pull_request) or github.ref_name (push) so the checkout is on a real branch. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
main is on the 0.9.x release line; this branch still carried 3.0.0 from before the first releases existed. Merging that would push main's manifest above the release line and leave HACS unable to offer any 0.x release as an update. Align it with the next planned tag. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
release.yml used to rewrite manifest.json from the tag name *after* the release was published, so every tag shipped the previous version's manifest (v0.9.1 installs report 0.9.0). Instead: - manifest.json is bumped in-repo (here, to 0.9.3) so the tagged commit already carries the right version. - release.yml no longer edits or commits the manifest. It now just verifies the tag matches manifest.json (failing the release if not), builds the zip, and uploads it. Supersedes the interim 0.10.0 bump on this branch. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
|
🎉 Thank you for contributing to SkyRadar Fusion! Your Pull Request has been received. Our automated tests (Hassfest, Ruff, etc.) will run shortly. If anything fails, don't worry—just check the logs and update your branch! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.