Skip to content

ci: establish official experimental releases for v9#35630

Merged
Hotell merged 6 commits intomicrosoft:masterfrom
Hotell:ci/experimental-releases
Jan 14, 2026
Merged

ci: establish official experimental releases for v9#35630
Hotell merged 6 commits intomicrosoft:masterfrom
Hotell:ci/experimental-releases

Conversation

@Hotell
Copy link
Copy Markdown
Contributor

@Hotell Hotell commented Jan 9, 2026

Previous Behavior

no official way/process for experimental releases for v9

New Behavior

Gist of process:

Versioning Scheme

Experimental versions follow this pattern:
<base-version>-experimental.<feature-name>.<timestamp>-<hash>

  • <base-version>: Current version based on @fluentui/react-components (e.g., 9.72.9).
  • <feature-name>: The name provided when creating the branch.
  • <date>: YYYYMMDD
  • <hash>: Short commit hash.

Example: 9.72.9-experimental.my-feature.20240520-a1b2c3d

Usage

To install an experimental version, use the experimental tag or the specific version:

yarn add @fluentui/react-components@experimental
# OR
yarn add @fluentui/react-components@9.72.9-experimental.my-feature.20240520-a1b2c3d

Technical details

  • version-bump generator adds new version option to explicitly provide custom version bump
  • manually triggered ADO release pipeline is added
  • a new gha manually dispatched workflow is added to kickoff experimental feature process ( might not work because GHA access - if it wont work will be addressed via local CLI as a follow up )

Related Issue(s)

  • Fixes #

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jan 9, 2026

📊 Bundle size report

✅ No changes found

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jan 9, 2026

Pull request demo site: URL

@Hotell Hotell marked this pull request as ready for review January 12, 2026 10:07
@Hotell Hotell requested review from a team as code owners January 12, 2026 10:07
@Hotell Hotell merged commit b0e2008 into microsoft:master Jan 14, 2026
13 checks passed
@Hotell Hotell deleted the ci/experimental-releases branch January 14, 2026 14:54
tudorpopams pushed a commit to tudorpopams/fluentui that referenced this pull request Apr 14, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants