Skip to content

Release Process

swapnil-nagar edited this page Apr 20, 2026 · 5 revisions
  1. Verify the end-to-end tests have passed after all changes have been merged. These are run nightly, so manually queue a test run if you merged a change the same day you plan to release.

  2. Update the package version based on semver rules. Run the following command: npm run updateVersion -- --version <insert version>.

  3. Run the build pipeline with "IsPrerelease" unchecked. Wait for the build to finish before moving to the next step.

  4. Ensure Access Requirements

  5. Upload TGZ to Partner Release Blob

  6. Run JS Partner Release Pipeline

image
  1. Install the package you just released and sanity test that it worked.

  2. Publish a GitHub release.

Clone this wiki locally