Promote v0.0.4 to production - #176
Merged
Merged
Conversation
…30 files (#156) * WIP: slim single-version release flow * feat: version only the root package and generate the Version PR ourselves Replace changesets/action and the fixed lockstep group with a small in-repo version flow: apply-version.mjs bumps the root version, prepends the CHANGELOG section, and deletes consumed changesets; the Release workflow rebuilds the Version PR branch idempotently and closes it when no changesets remain. Version PRs now touch package.json + CHANGELOG.md instead of 30 files, and the 27 stub package changelogs are gone. * fix: close stale Version PR when changesets stop being versionable; drop stale fixed-group docstring * style: format lib.mjs --------- Co-authored-by: Roomote <roomote@roomote.dev>
…ease tags for main-based PRs (#155) The Upgrade Compatibility job pulled the base channel's images as its baseline, so promote PRs into main booted the ancient pre-release main-channel image, which crashes under the current compose. Resolve the baseline from the latest GitHub release for main-based PRs, skip cleanly when no usable release exists yet, and let the script accept v* tags. Co-authored-by: Roomote <roomote@roomote.dev>
…unsolicited PRs (#157) Co-authored-by: Roomote <roomote@roomote.dev>
#133) Co-authored-by: Roomote <roomote@roocode.com>
Co-authored-by: Matt Rubens <2600+mrubens@users.noreply.github.com>
…165) Co-authored-by: Matt Rubens <2600+mrubens@users.noreply.github.com>
Co-authored-by: Matt Rubens <2600+mrubens@users.noreply.github.com>
Co-authored-by: Matt Rubens <2600+mrubens@users.noreply.github.com> Co-authored-by: Roomote <roomote@roocode.com>
…yments boot (#168) Co-authored-by: Roomote <roomote@roocode.com>
Co-authored-by: Matt Rubens <2600+mrubens@users.noreply.github.com>
…ume (#170) Co-authored-by: Roomote <roomote@roocode.com>
Co-authored-by: Matt Rubens <2600+mrubens@users.noreply.github.com>
Co-authored-by: Matt Rubens <2600+mrubens@users.noreply.github.com>
…ename snapshots (#173) Co-authored-by: Roomote <roomote@roocode.com>
Co-authored-by: Matt Rubens <2600+mrubens@users.noreply.github.com>
Contributor
|
Reviewed the v0.0.4 promotion (18 already-reviewed commits, base
Review notesThis is a release-promotion PR bundling the post-0.0.3
|
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.
Promote v0.0.4
Frozen at
9d1c33ebd888baabe4c550c0465f964535c008c3— the commit where0.0.4was versioned. Commits merged todevelopafter that point ship in the next release.v0.0.4and triggers the existing GHCRv*image publish (latestchannel).release/v0.0.4branch can be deleted after this PR merges.Changelog
0.0.4 (2026-07-11)
Patch changes