Skip to content
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

docs: Update contribution guide for stable release #34001

Merged
Merged
Changes from 1 commit
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
11 changes: 10 additions & 1 deletion docs/react-v9/contributing/new-release-process-v9-packages.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,16 @@ yarn nx g @fluentui/workspace-plugin:prepare-initial-release --project @fluentui
> automation status: implemented ✅ / https://github.com/microsoft/fluentui/pull/28505

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

? Select generator to run ... release
@fluentui/workspace-plugin - prepare-initial-release - Prepare a project (v9) for release (various stages)

? Execute command or Set flags ...project
project(required) - Library name

? Select Project ... react-one-preview
Execute: nx g @fluentui/workspace-plugin:prepare-initial-release --project=react-one-preview
```

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