Add Alpha Release Stream for New Feature Testing #171
Merged
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.
This PR implements a complete alpha release stream for Homebridge APT packages, enabling early testing of new features before they reach beta.
What's Added
Alpha Package Configuration:
alpha/64bit/package.json
andalpha/32bit/package.json
with latest alpha versions:2.0.0-alpha.39
5.5.1-alpha.0
24.7.0
(64-bit) /22.19.0
(32-bit)Build System Support:
build.sh
to supportPKG_RELEASE_TYPE=alpha
Automated Workflows:
alpha-stage-1_update_alpha_dependencies.yml
: Daily dependency updates at 5 AM Easternalpha-stage-2_build_alpha_release_and_store.yml
: Builds and publishes alpha packageshomebridge-alpha-bot.json
: Configuration for automated alpha dependency trackingAPT Repository:
repo.homebridge.io
under "alpha" channelDocumentation:
Installation
Users can now install alpha builds using:
This enables the Homebridge community to test cutting-edge features and provide feedback before they reach beta status.
Fixes #170.
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.