Bump version to 2.0.12-dev#429
Merged
Merged
Conversation
Co-Authored-By: Claude Sonnet 4.6 (1M context) <[email protected]>
Contributor
There was a problem hiding this comment.
Pull request overview
This pull request bumps the repository’s development version in version.json to 2.0.12-dev.{height} so CI-produced prerelease builds align with the TS/.NET version line after the 2.0.11 release.
Changes:
- Update Nerdbank.GitVersioning
versionfrom2.0.1-dev.{height}to2.0.12-dev.{height}.
heyitsaamir
approved these changes
May 15, 2026
3 tasks
corinagum
added a commit
that referenced
this pull request
May 28, 2026
…ocs) (#443) ## Summary Post-2.0.12 housekeeping on main. - `version.json`: `2.0.12-dev.{height}` → `2.0.13-dev.{height}` — dev builds off main now produce `2.0.13.dev1`, `2.0.13.dev2`, etc., starting fresh height counters after the 2.0.12 stable cut. Mirrors PR #429. - `RELEASE.md`: - Publish pipeline `definitionId` 49 → 51 (stale link) - New section "Tagging and GitHub Release" covering the post-publish tag + release-page step, including the date-based `gh api` query 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 - [x] `cat version.json` shows `2.0.13-dev.{height}` - [x] `grep definitionId RELEASE.md` shows the corrected ID - [x] New section renders cleanly in the RELEASE.md preview --------- Co-authored-by: Claude Opus 4.7 (1M context) <[email protected]>
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
version.jsonfrom2.0.1-dev.{height}to2.0.12-dev.{height}to align with TS/NET after the 2.0.11 releaseTest plan
2.0.12.devNversion🤖 Generated with Claude Code