Point the documentation at 0.33.0-rc1000, and open the 0.34.0 line - #332
Merged
Merged
Conversation
The release pull request for v0.33.0-rc1000. Both halves ship with the tag rather than after it, for the reasons the release skill records. RELEASE_LINE names the line previews are stamped under, which is the one currently open rather than the last released. Leaving it at 0.33.0 while 0.33.0-rc1000 releases would stamp every subsequent preview below the release, and the feed could serve a preview over it. It sat at 0.23.0 through the whole of v0.30.0-rc1000 for exactly that reason. The documentation sweep is release.yaml's own guard, run before the tag instead of after it. That step sits below "Push to nuget.org", so a version it catches is one that has already published; it failed v0.31.0-rc1000 that way. 57 citations across 22 pages, every copyable PackageReference, HardenedVersion and dotnet new install line outside design/, plus the prose line in reference/packages.md that names the current line. Co-Authored-By: Claude Opus 5 (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.
The release pull request for v0.33.0-rc1000. Both halves ship with the tag rather than after it, for the reasons the release skill records.
The open line moves to 0.34.0
RELEASE_LINEinbuild-package.yamlnames the line previews are stamped under, which is the line currently open — not the last one released. Releasing 0.33.0-rc1000 while it still said 0.33.0 would stamp every subsequent preview0.33.0-previewNNNNNN, which sorts below the release, and the feed could serve a preview over it. That is not hypothetical: it sat at 0.23.0 through the whole of v0.30.0-rc1000.Next minor, and the sequence skips numbers on purpose — there was no 0.7.0, and 0.23.0 through 0.29.0 were skipped so the consolidation got a number of its own.
The documentation sweep is the workflow's own guard, run early
release.yaml's Check the documented version is this one is step 464. Push to nuget.org is step 416. So that guard fires after the packages have shipped, which is how it failed v0.31.0-rc1000 with a published release and a red run.57 citations across 22 pages: every copyable
PackageReference,<HardenedVersion>anddotnet new installline underdocs/outsidedesign/, plus the prose line inreference/packages.mdthat names the current line.design/is left alone, because those are maintainer notes that cite historical versions on purpose, and no line mentioningHardened.Amz.was touched — it is frozen at v0.22.0-rc1000.Preflight
Run before this branch existed, and all clean:
v0.33.0-rc1000is not already a tag.src/Templates/**/templates/that are content rather than packages. Nothing is listed-but-not-packable.npm run buildindocs/— no dead links.What this release contains
The whole of the 0.32 template trial's remediation, in five pull requests:
DocumentStatusTestscompares the document to the server, and the container-per-request rule that #315 shipped silently is written downserversis published, andHOAG032names four inert declarations across both rungsblobunder@httpPayloadis an operation a client can calldotnet newrefuses the union host conflicts at instantiationPlus #326, covering the entry-point rung where its assembly is measured.
The dry run and the tag follow once this merges.
🤖 Generated with Claude Code