Skip to content

docs: Update contribution guide for stable release #34001

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,8 @@ Following chapters describe required steps for each phase. All of them are gener

> Following graph sums those steps as well https://github.com/microsoft/fluentui/blob/master/tools/workspace-plugin/src/generators/prepare-initial-release/README.md#v9-release-process-flow

You can use `yarn generate` or Nx Console to navigate through the process.

## 1. Kick-off phase

> automation status: implemented ✅ / https://github.com/microsoft/fluentui/pull/28474
Expand Down Expand Up @@ -160,8 +162,10 @@ yarn nx g @fluentui/workspace-plugin:prepare-initial-release --project @fluentui

> automation status: implemented ✅ / https://github.com/microsoft/fluentui/pull/28505

You can use `yarn generate` or Nx Console to navigate through the process.

```sh
yarn nx g @fluentui/workspace-plugin:prepare-initial-release --project @fluentui/react-one-preview --phase=stable
yarn nx g @fluentui/workspace-plugin:prepare-initial-release --project react-one-preview --phase=stable
```

- TODO: deprecate all released `*-preview` package version on npm on CI during release