Omit pre-release suffix for Fabric in VS Code changelog sync#3008
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the VS Code changelog sync script so the Fabric MCP Server’s generated VS Code changelog headings do not include the default (pre-release) suffix, aligning Fabric’s formatting with existing Fabric VS Code extension entries while preserving current behavior for other servers.
Changes:
- Add a
$preReleaseSuffixvalue derived from-ChangelogPath(empty for Fabric;(pre-release)otherwise). - Use the computed suffix when emitting the
## <version> (<date>)...heading in the generated VS Code changelog entry.
conniey
approved these changes
Jul 8, 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.
What does this PR do?
Updates the VS Code changelog sync script so the Fabric MCP Server does not get a
(pre-release)suffix on its generated changelog entries.eng/scripts/Sync-VsCodeChangelog.ps1now selects the heading suffix based on the changelog path: Fabric gets no suffix, while other servers (Azure, Template, etc.) keep(pre-release)as before.This matches how the Fabric VS Code extension changelog entries are formatted (e.g.,
## 1.1.0 (2026-06-15)) and removes the need to manually strip the suffix during each Fabric release.Engineering tooling change — no product code or tools were modified.
GitHub issue number?
N/A
Pre-merge Checklist
Invoking Livetests
Copilot submitted PRs are not trustworthy by default. Users with
writeaccess to the repo need to validate the contents of this PR before leaving a comment with the text/azp run mcp - pullrequest - live. This will trigger the necessary livetest workflows to complete required validation.