Open
Conversation
Co-authored-by: Claude <noreply@anthropic.com>
Contributor
There was a problem hiding this comment.
Pull request overview
This PR is a cherry-pick of PR #2022 (accidentally merged into features/hubs-recs instead of dev), which prepares the branch for the v14 release cycle. The core change adds automation to Update-Version.ps1 to handle two tasks that previously required manual edits: inserting a new changelog version section stub and updating the integration test version arrays.
Changes:
- Adds automatic changelog section insertion (with release date and download/compare links) whenever a new version is bumped.
- Adds automatic update of
$plannedReleaseand$expectedinToolkit.Tests.ps1on each version bump. - Both automation blocks are idempotent (safe to re-run).
- Move download/changelog links to bottom of stub section (matching v13/v12 convention) - Keep v prefix in prevTag throughout, eliminating unnecessary stripping/re-adding - Default prevTag to v0.0.1 fallback instead of null guard - Simplify by using releaseTag directly instead of releaseTagName Co-Authored-By: copilot-pull-request-reviewer <copilot-pull-request-reviewer@users.noreply.github.com> Co-Authored-By: Claude <noreply@anthropic.com>
Collaborator
Author
|
🤖 [AI][Claude] PR Update Summary Addressed: 2 thread(s)
Simplified changelog stub generation in Update-Version.ps1: moved links to bottom of section (matching existing convention), kept v prefix in prevTag throughout to reduce code complexity, and added v0.0.1 fallback instead of null guard. |
9475fd3 to
c88b345
Compare
flanakin
added a commit
that referenced
this pull request
Mar 4, 2026
- Move links - Keep v prefix in $prevTag Co-Authored-By: Claude <noreply@anthropic.com>
d97a5e2 to
c88b345
Compare
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
features/hubs-recsinstead ofdevUpdate-Version.ps1for changelog sections and integration test version updatesTest plan
Update-Version.ps1changes apply cleanlydevbranch content🤖 Generated with Claude Code