docs(release): clarify desktop asset availability#720
Open
txhno wants to merge 1 commit intothunderbird:mainfrom
Open
docs(release): clarify desktop asset availability#720txhno wants to merge 1 commit intothunderbird:mainfrom
txhno wants to merge 1 commit intothunderbird:mainfrom
Conversation
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.
Fixes #611.
This updates the desktop release body and release guide so they no longer imply installers are always attached. The release messaging now tells users to download attached assets when present and points them to the deploy templates otherwise.
Validation:
.github/workflows/desktop-release.ymlwithyaml.safe_loadNote
Low Risk
Low risk documentation/workflow copy change only; it updates GitHub Release body text and the release guide without altering build or publishing behavior.
Overview
Updates the desktop release workflow’s GitHub Release body (stable + nightly) to say installers should be downloaded from attached assets only when the desktop upload succeeds, and adds guidance to use
deploy/templates when no assets are present.Adjusts
RELEASE.mdto reflect the same expectation: desktop artifacts appear after the desktop workflow completes successfully, and release communications should redirect users todeploy/if installers aren’t attached yet.Reviewed by Cursor Bugbot for commit d5b344d. Bugbot is set up for automated code reviews on this repo. Configure here.