Skip to content
Micah Godbolt edited this page Dec 9, 2022 · 1 revision
  1. Merge in all PRs that will go out in the release
  2. Create a PR to bump the package version, and merge that in (make sure that this version is not already published)
  3. Pull down new package version and run npm run build to create update dist files
  4. Run npm publish (you'll need proper credentials) to publish package to npm
  5. In Github, create a new release and upload a zipped file of the dist folder contents. Create a new tag matching the npm version
  6. Upload dist folder content to cdn, and create PR to merge those files in
  7. Update Fluent UI website to consume new CDN version of core.
Clone this wiki locally