Sibling of milestone #13. RFC #267.
What
Verify that NB.GV produces the right versions on the new branch shape before any of the publish-workflow changes go live. NB.GV uses commit-height + the version.json version field; cherry-picks to release/vN will increment patch height; main going to 12.0 should immediately produce 12.0.0-… builds.
Acceptance criteria
Depends on
release/v11 exists.
main's version.json bumped to 12.0.
Notes
- This is mostly investigation + a smoke test, not a code-heavy PR. May produce no diff if NB.GV "just works" — that's fine, the artifact is the documented confirmation.
- If we discover NB.GV needs a
release config section per its docs ({"release": {"branchName": "release/v{version}"}}), wire that in.
Sibling of milestone #13. RFC #267.
What
Verify that NB.GV produces the right versions on the new branch shape before any of the publish-workflow changes go live. NB.GV uses commit-height + the
version.jsonversionfield; cherry-picks torelease/vNwill increment patch height;maingoing to12.0should immediately produce12.0.0-…builds.Acceptance criteria
release/v11and bumpingmain'sversion.jsonto 12.0:nbgv get-versiononrelease/v11reports11.0.N+1where N is the patch height at cut.nbgv get-versiononmainreports12.0.0-…(or whatever pre-release suffix is configured).release/v11increments the patch.mainincrements the v12 prerelease counter, not v11.version.jsonneedspathFiltersorcloudBuildtweaks for the branch model, those changes are made.Depends on
release/v11exists.main'sversion.jsonbumped to 12.0.Notes
releaseconfig section per its docs ({"release": {"branchName": "release/v{version}"}}), wire that in.