chore: add release pipeline for react-headless-components-preview#36063
Merged
dmytrokirpa merged 7 commits intomicrosoft:masterfrom Apr 27, 2026
Merged
Conversation
Adds a dedicated Azure Pipelines release pipeline and scoped beachball config to publish @fluentui/react-headless-components-preview independently of the broader vNext release. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Adds 'react-headless' tag to library and stories project.json so the release pipeline and beachball config can target all headless packages by tag rather than hardcoding individual project names. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Hotell
reviewed
Apr 27, 2026
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Adds isHeadlessPackage and getConfig({ version: 'headless' }) to utils.ts,
following the existing pattern for tools/v8/vNext/web-components scopes.
Simplifies release-headless.config.js to match the other release configs.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
📊 Bundle size report✅ No changes found |
Hotell
reviewed
Apr 27, 2026
|
Pull request demo site: URL |
Hotell
reviewed
Apr 27, 2026
Removes the vNext tag from library and stories project.json — headless packages have their own release pipeline and should not be part of the vNext release. Adds !isHeadlessPackage guard to the vNextPaths accumulator in utils.ts to prevent accidental inclusion via the 0.0.0 nightly-version path of isConvergedPackage (which matches independently of any tag). Adds a test assertion that vNext scope never overlaps headless scope. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Hotell
approved these changes
Apr 27, 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
azure-pipelines.release.headless.yml— a dedicated release pipeline for@fluentui/react-headless-components-preview, modeled on the existing tools release pipelinescripts/beachball/src/release-headless.config.js— a scoped beachball config that targets only the headless library package, preventing unintended vNext-wide publishesTest plan
dryRun: true) to verify build/test/lint steps pass forreact-headless-components-preview@fluentui/react-headless-components-previewchange files in a dry run🤖 Generated with Claude Code