Bump version to 3.17 for next prerelease cycle#695
Merged
Conversation
Main just shipped 3.16.7 (PR #693 promotion). Per the rule documented in AGENTS.md "Develop → Main Promotion" section, bump develop's minor so the next prerelease lands at 3.17.X-g{sha}, visibly above main's just-shipped stable rather than below it. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
There was a problem hiding this comment.
Pull request overview
This PR bumps develop’s base Nerdbank.GitVersioning minor version to 3.17 so subsequent prerelease builds on develop produce 3.17.0-g{sha} and remain numerically above the recently shipped stable 3.16.7 on main, following the documented release-flow rule.
Changes:
- Update
version.jsonbase version from3.16to3.17.
This was referenced Jun 4, 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
Per the rule documented in AGENTS.md "Develop → Main Promotion" section: after the develop→main promotion (PR #693) shipped
3.16.7as stable on main, bump develop's minor in version.json from3.16to3.17so the next NBGV-computed prerelease lands at3.17.0-g{sha}— visibly above main's3.16.7rather than below it.Isolated PR per the rule's own guidance (no other changes bundled in).
Test plan
3.17.0-g{sha}(verify viagh release list --limit 1)🤖 Generated with Claude Code