ci: switch release automation from semantic-release to release-please - #33
Open
stuartp44 wants to merge 1 commit into
Open
ci: switch release automation from semantic-release to release-please#33stuartp44 wants to merge 1 commit into
stuartp44 wants to merge 1 commit into
Conversation
Replace python-semantic-release with googleapis/release-please-action so releases go through a standing release pull request instead of being published directly on push to main. Release Please updates the version in custom_components/minibrew/manifest.json and CHANGELOG.md in the PR; merging it tags the commit and publishes the GitHub release. - Add release-please-config.json and .release-please-manifest.json (seeded at 0.11.0 to match the latest tag) - Update .github/workflows/release.yml to run release-please after the existing HACS/hassfest/manifest/commitlint validation jobs - Remove pyproject.toml (semantic-release-only config) - Drop the now-unused pip ecosystem from .github/dependabot.yml and the semantic-release prompt from scripts/setup-dev.sh - Update .github/COPILOT_INSTRUCTIONS.md and .github/RELEASE_WORKFLOWS.md to describe the new release-PR workflow Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
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.
Replace python-semantic-release with googleapis/release-please-action so releases go through a standing release pull request instead of being published directly on push to main. Release Please updates the version in custom_components/minibrew/manifest.json and CHANGELOG.md in the PR; merging it tags the commit and publishes the GitHub release.
Description
Type of Change
feat: New featurefix: Bug fixdocs: Documentation changesstyle: Code style changes (formatting, missing semi-colons, etc)refactor: Code refactoringperf: Performance improvementstest: Adding or updating testsbuild: Changes to build system or dependenciesci: Changes to CI configurationchore: Other changes that don't modify src or test filesChanges Made
Testing
Checklist
feat: add new sensor)Breaking Changes
Preview Release
To create a preview release for testing:
preview-releaselabel to this PR, OR/preview-releaseon this PRA draft release will be automatically created that you can share for testing.
Related Issues
Closes #