Skip to content

Update android releases page with more details around each release type #2648

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

dshokouhi
Copy link
Member

@dshokouhi dshokouhi commented Apr 22, 2025

Proposed change

Add more details around internal, open beta and production release processes

Type of change

  • Document existing features within Home Assistant
  • Document new or changing features for which there is an existing pull request elsewhere
  • Spelling or grammatical corrections, or rewording for improved clarity
  • Changes to the backend of this documentation
  • Remove stale or deprecated documentation

Checklist

  • I have read and followed the documentation guidelines.
  • I have verified that my changes render correctly in the documentation.

Additional information

  • This PR fixes or closes issue: fixes #
  • Link to relevant existing code or pull request:

Summary by CodeRabbit

  • Documentation
    • Expanded Android release process documentation with detailed internal testing and production release steps.
    • Clarified timing for weekly beta releases and instructions for updating beta change logs.
    • Added communication guidelines for notifying the community about production releases.

Copy link
Contributor

coderabbitai bot commented Apr 22, 2025

📝 Walkthrough

Walkthrough

The Android release documentation was expanded to clarify the internal testing and beta release process. It specifies that every approved and merged PR is immediately pushed to the internal beta channel on the Play Store for real-world testing, especially for Android Auto/Automotive, since debug builds do not appear in vehicles. The weekly beta release timing was clarified as every Saturday at 9pm PST, with instructions to update the beta change log on Friday or Saturday. The production release section was detailed with explicit steps including updating change logs, unchecking the pre-release checkbox on GitHub, merging companion documentation PRs to remove beta labels, and notifying relevant teams. No changes were made to workflows or validations.

Changes

File(s) Change Summary
docs/android/release.md Expanded internal testing and beta release sections with timing and process details; detailed production release steps including change log updates, unchecking pre-release on GitHub, companion doc PRs, and team notifications.

Sequence Diagram(s)

No sequence diagram is necessary, as the change is limited to documentation updates without affecting control flow or features.


📜 Recent review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 088e960 and a2d3a04.

📒 Files selected for processing (1)
  • docs/android/release.md (2 hunks)
🚧 Files skipped from review as they are similar to previous changes (1)
  • docs/android/release.md

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR.
  • @coderabbitai generate sequence diagram to generate a sequence diagram of the changes in this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai or @coderabbitai title anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 0

🧹 Nitpick comments (1)
docs/android/release.md (1)

46-46: Clear reminder to remove beta labels from docs.

The added sentence explicitly instructs maintainers to update companion documentation by removing any beta labels once the production release is approved, enhancing clarity in the Android release process. Consider applying a similar note in other platform release guides (e.g., iOS) for consistency across documentation.

📜 Review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between b39b7da and bd0806c.

📒 Files selected for processing (1)
  • docs/android/release.md (1 hunks)
⏰ Context from checks skipped due to timeout of 90000ms (3)
  • GitHub Check: Redirect rules - developers-home-assistant
  • GitHub Check: Header rules - developers-home-assistant
  • GitHub Check: Pages changed - developers-home-assistant

@jpelgrom jpelgrom changed the title Mention removing beta labels for production release Mention removing beta labels for Android production release Apr 22, 2025
@dshokouhi dshokouhi changed the title Mention removing beta labels for Android production release Update android releases page with more details around each release type Apr 23, 2025
Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 0

🧹 Nitpick comments (5)
docs/android/release.md (5)

33-33: Clarify and fix hyphenation for “real-world testing.”

Use a hyphen in “real-world” and add a comma before the subordinate clause for clarity and consistency:

- Every approved and merged PR is pushed to the internal beta channel on Play Store for immediate feedback. This is the only way to do real world testing for Android Auto/Automotive as the debug builds will not show up in an actual vehicle.
+ Every approved and merged PR is pushed to the internal beta channel on Google Play Store for immediate feedback. This is the only way to do real‑world testing for Android Auto/Automotive, as the debug builds will not show up in an actual vehicle.
🧰 Tools
🪛 LanguageTool

[uncategorized] ~33-~33: If this is a compound adjective that modifies the following noun, use a hyphen.
Context: ...te feedback. This is the only way to do real world testing for Android Auto/Automotive as ...

(EN_COMPOUND_ADJECTIVE_INTERNAL)


[uncategorized] ~33-~33: Possible missing comma found.
Context: ... do real world testing for Android Auto/Automotive as the debug builds will not show up in...

(AI_HYDRA_LEO_MISSING_COMMA)


38-39: Streamline phrasing in the weekly beta release steps.

Consider replacing “prior to” with “before” and consolidating the timing information for brevity:

- Every week at 9pm PST on Saturday, the latest version of the `main` branch is pushed to the **open beta** channel.
- On Friday or Saturday prior to the beta cut off above, update the beta change log highlighting new features and breaking changes (if applicable)
+ Every Saturday at 9pm PST, the latest `main` build is pushed to the **open beta** channel.
+ Before that cutoff (Friday or Saturday), update the beta changelog to highlight new features and breaking changes.
🧰 Tools
🪛 LanguageTool

[style] ~39-~39: ‘prior to’ might be wordy. Consider a shorter alternative.
Context: ...beta** channel. - On Friday or Saturday prior to the beta cut off above, update the beta...

(EN_WORDINESS_PREMIUM_PRIOR_TO)


50-50: Consider one-word “changelog” for consistency.

Many docs use “changelog” as a single word; adopting that convention throughout may improve uniformity.


51-51: Correct GitHub casing.

The official product name is “GitHub,” not “Github.”

- Uncheck the pre-release checkbox in Github for the latest beta
+ Uncheck the pre-release checkbox in GitHub for the latest beta

53-53: Capitalize “Discord” for proper noun consistency.

Use the correct casing for the platform name:

- Notify Community Manager and Android discord channel about the upcoming release and highlights for social media
+ Notify Community Manager and Android Discord channel about the upcoming release and highlights for social media
📜 Review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between bd0806c and 088e960.

📒 Files selected for processing (1)
  • docs/android/release.md (2 hunks)
🧰 Additional context used
🪛 LanguageTool
docs/android/release.md

[uncategorized] ~33-~33: If this is a compound adjective that modifies the following noun, use a hyphen.
Context: ...te feedback. This is the only way to do real world testing for Android Auto/Automotive as ...

(EN_COMPOUND_ADJECTIVE_INTERNAL)


[uncategorized] ~33-~33: Possible missing comma found.
Context: ... do real world testing for Android Auto/Automotive as the debug builds will not show up in...

(AI_HYDRA_LEO_MISSING_COMMA)


[style] ~39-~39: ‘prior to’ might be wordy. Consider a shorter alternative.
Context: ...beta** channel. - On Friday or Saturday prior to the beta cut off above, update the beta...

(EN_WORDINESS_PREMIUM_PRIOR_TO)

⏰ Context from checks skipped due to timeout of 90000ms (3)
  • GitHub Check: Redirect rules - developers-home-assistant
  • GitHub Check: Header rules - developers-home-assistant
  • GitHub Check: Pages changed - developers-home-assistant
🔇 Additional comments (2)
docs/android/release.md (2)

48-48: Production release section added correctly.

The new header and introductory sentence clearly document the criteria and checklist for promoting a beta to production. This aligns well with the PR’s objective.


52-52: Beta‑label removal step well documented.

This line explicitly covers removing all beta labels in companion docs and merging once Google approves—directly addressing the PR objective.

- Due to the app's complexity, not all features can be tested exhaustively during this phase.

### Weekly beta releases

- Every week, the latest version of the `main` branch is pushed to the **open beta** channel.
- Every Saturday at 9pm PST, the latest `main` build is pushed to the **open beta** channel.
- Before that cutoff (Friday or Saturday), update the beta changelog to highlight new features and breaking changes.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wonder if we can't add a flag like we do for 'beta' in companion docs to identify this as a 'task'. This is blend into information about something fully automated.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hmm well not everything is actually documented in the companion app docs, generally I try to go by the most recent commits that were merged and anything user facing I try to highlight and call out where they may see it like in settings. Most of the features are easy to write for but sometimes they are complex and 1 sentence may not be enough :) For something more important like a Breaking Change we probably def want to flag for that

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants