Bump version to 2.0.13-preview; RELEASE.md adds tagging step#601
Merged
Conversation
version.json: 2.0.12-preview.{height} -> 2.0.13-preview.{height}.
Next dev cycle after 2.0.12 published to npm.
Co-Authored-By: Claude Opus 4.7 (1M context) <[email protected]>
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the repository’s Nerdbank.GitVersioning configuration to start the next preview version line after the 2.0.12 stable release, so main-branch preview builds will produce 2.0.13-preview.{height} (e.g., 2.0.13-preview.1, 2.0.13-preview.2, …).
Changes:
- Bump
version.jsonfrom2.0.12-preview.{height}to2.0.13-preview.{height}.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Adds step 5 to "Creating a Release": create the git tag and GitHub Release page after packages land on npm. Notes the quirk that auto-generated notes only see the squash-merged release PR when targeting the release branch — provides the date-based gh api query that surfaces the real PR delta from main. Co-Authored-By: Claude Opus 4.7 (1M context) <[email protected]>
heyitsaamir
approved these changes
May 28, 2026
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.
Summary
Post-2.0.12 housekeeping on main.
version.json:2.0.12-preview.{height}→2.0.13-preview.{height}— preview builds off main start fresh height counters after the 2.0.12 stable cut. Mirrors PR Bump version to 2.0.12-preview; fix stray np in publish.yml #577.RELEASE.md: adds step 5 to "Creating a Release" covering the git tag + GitHub Release page step, including the date-basedgh apiquery that surfaces the real PR delta from main (auto-generated notes against the squash-merged release branch only show the release PR itself).Test plan
cat version.jsonshows2.0.13-preview.{height}