Version Packages (rc)#5405
Merged
Merged
Conversation
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
Contributor
There was a problem hiding this comment.
Mechanical changesets release PR — 3.1.0-rc.9 → 3.1.0-rc.10. Correct because the versioning surface (CHANGELOG + pre.json + regenerated dist artifacts) is exactly what the changesets release flow is supposed to move, and nothing else moves with it.
Things I checked
- Single commit
fb7ce8aa4"Version packages" — the canonical bot commit, no extra work smuggled in. package.jsonversion3.1.0-rc.9→3.1.0-rc.10; theversionscript confirms the pipeline (changeset version→build:schemas --release→build:compliance --release→build:protocol-tarball --release→sign:protocol-tarball). Version metadata is internally consistent: package.json, CHANGELOG top section, pre.jsontag: rc, and thedist/.../3.1.0-rc.10/paths all agree..changeset/pre.json: +18 consumed changeset slugs, still inpremode — consistent with pre-mode behavior (changeset.mdfiles are not deleted until pre-exit).- CHANGELOG rc.10 section aggregates already-reviewed changesets, each with commit lineage. The wire-touching entries (postal targeting rework
72b79acrefs #5383,build_creativepaused313e3a9,recipe_hashfa64db9) landed in their own PRs with their own changesets — this PR publishes, it does not author. a4a51bc(currentmaintip, build_creative async webhooks) is captured in the rc.10 changelog — the release isn't missing the latest source change.- No
static/schemas/source/**edit: 1,031,975 additions against 5 deletions is purely-additive generated output (the newdist/compliance/**anddist/protocols/**rc.10 trees plus checksum sidecar), not source modification.
Minor nits (non-blocking)
- A million-line diff whose load-bearing surface is 67 lines (49 in CHANGELOG, 18 in pre.json). Everything else is machine-generated and reviewed at the source PRs. Noted, not a concern — it's the nature of committing release artifacts.
LGTM.
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.
Bumps the prerelease package from 3.1.0-rc.9 to 3.1.0-rc.10 and updates the schema registry version metadata.
Adds the generated 3.1.0-rc.10 schema, compliance, and protocol tarball artifacts, including the checksum sidecar.
Updates the changelog and prerelease bookkeeping for the changesets merged since rc.9.
Validated with
npm run version,npm test,npm run build, precommit checks, and pre-push storyboard matrices for current source plus 3.0 compatibility.