chore: bump version to 0.6.8-rc.2 - #72
Merged
Merged
Conversation
Second internal-tester pre-release of the 0.6.8 cycle. Adds on top of rc.1: - Sidebar PRE-RELEASE indicator (#70) -- teal badge for rc/beta/alpha builds, distinct from the amber DEVNET badge. - refresh-release-notes workflow (#71) -- ~30s manual workflow_dispatch to push polished release notes into latest.json so the in-app UpdateDialog renders them. Tests V2-237 end-to-end: anyone on installed v0.6.8-rc.1 with Settings -> Advanced -> Pre-release builds toggled on should auto-detect rc.2. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.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.
Second internal-tester pre-release of the 0.6.8 cycle.
Adds on top of v0.6.8-rc.1
-rc./-beta./-alpha.build. Distinct palette from the amber DEVNET / SEPOLIA TESTNET badge so both can stack cleanly. Detection mirrorsrelease.yml's prerelease tag rule.workflow_dispatchto push the polished GitHub release body intolatest.json.notes, so the in-app UpdateDialog renders proper release notes (not the empty stringrelease.ymlwrites by default).Why rc.2
To exercise the V2-237 auto-update path end-to-end. Internal testers running installed v0.6.8-rc.1 with Settings → Advanced → Pre-release builds toggled on should auto-detect rc.2 and offer the install via the existing UpdateDialog flow — without any manual download.
Release process
git tag v0.6.8-rc.2 && git push origin v0.6.8-rc.2release.ymlbuilds all platforms (~22 min), publishes prerelease.gh workflow run refresh-release-notes.yml -f tag=v0.6.8-rc.2(~30s) so the in-app dialog gets the polished notes.Test plan
refresh-release-notes: re-check on installed rc.1 → dialog shows the edited release notes (not "No release notes available")