Skip to content

Commit

Permalink
[guides] add note to Release Workflow doc about versioning docs on re…
Browse files Browse the repository at this point in the history
…lease branch
  • Loading branch information
esamelson committed Feb 26, 2020
1 parent 6ac03f2 commit 99b3c6c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion guides/releasing/Release Workflow.md
Expand Up @@ -343,8 +343,10 @@

**How:**

- Make sure you have the release branch checked out and have cherry-picked all appropriate docs changes from master that landed after the release branch was cut.
- Run `et generate-sdk-docs --sdk XX.X.X` to generate versioned docs for the new SDK. If we've upgraded React Native version in this release, we should also use `--update-react-native-docs` flag which imports the current version of React Native docs that also show up on our docs page.
- Commit and push changes to `master` branch.
- Commit and push changes to release branch.
- Cherry pick this commit to `master` and push.
- Open this commit on our CI. Go to the `docs` workflow and approve `docs_approve_deploy` job that starts `docs_deploy` job - keep an eye on it and make sure it gets deployed successfully.

# Stage 7 - Snack
Expand Down

0 comments on commit 99b3c6c

Please sign in to comment.