Add skill for updating the xamlTools version#9532
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a new GitHub “skill” document to standardize the process for updating the xamlTools (Microsoft.VisualStudio.DesignToolsBase) component used by the vscode-csharp extension, including a repeatable approach for generating CHANGELOG.md entries from the VS AzDO repo.
Changes:
- Introduces
.github/skills/update-xamltools-version/SKILL.mddocumenting the end-to-end xamlTools bump workflow (branching,package.jsonupdate, dependency refresh, changelog update). - Documents an automated changelog-generation flow using Azure DevOps REST APIs (resolve build commits from DLL metadata, enumerate
/src/Xamlcommits, map to PRs).
ca21596 to
960eb1f
Compare
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
JoeRobich
approved these changes
Jul 15, 2026
JoeRobich
left a comment
Member
There was a problem hiding this comment.
@noiseonwires Let me know if this is good to merge.
Member
Author
|
@JoeRobich yep, it's ready to merge |
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.
Adds
.github/skills/update-xamltools-version/SKILL.md, documenting how to bump thexamlTools(Microsoft.VisualStudio.DesignToolsBase) component — the xamlTools counterpart to theupdate-roslyn-versionskill.Highlights:
defaults.xamlToolsinpackage.json+ refresh vianpm run installDependencies.CHANGELOG.mdentries from the XamlTools-containing repo via the Azure DevOps REST API (no local enlistment): resolve each version's commit from the shipped DLL, list/src/Xamlcommits, and map them to PRs (both squash- and merge-completed).Docs only — no code changes.