Feature Description
Implement alpha and beta release channels with proper update system integration.
Problem Statement
Current release process doesn't support alpha and beta channels. All releases go to "latest" pre-release tag, making it hard to manage different user cohorts.
Proposed Solution
- Add alpha channel (for early adopters, risky features)
- Add beta channel (for testing before stable release)
- Keep stable channel for production releases
- Integrate update system with official builds only
- Use version tags: v{version}-alpha, v{version}-beta, v{version}
Acceptance Criteria
Priority
critical
Component
android
Feature Description
Implement alpha and beta release channels with proper update system integration.
Problem Statement
Current release process doesn't support alpha and beta channels. All releases go to "latest" pre-release tag, making it hard to manage different user cohorts.
Proposed Solution
Acceptance Criteria
Priority
critical
Component
android