From 8562acc7eb34afe4ea13044236f91cd9eec743e8 Mon Sep 17 00:00:00 2001 From: Brandon Lenz <15805554+brandonlenz@users.noreply.github.com> Date: Thu, 4 Jan 2024 09:10:09 -0500 Subject: [PATCH] chore(docs): Add reminder about storybook deployment to releasing docs (#2695) --- docs/releasing.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/releasing.md b/docs/releasing.md index 3889f76646..6fda8ef512 100644 --- a/docs/releasing.md +++ b/docs/releasing.md @@ -53,6 +53,10 @@ We use [release-please](https://github.com/googleapis/release-please) github act > :information_source: While it would be desireable (and is very much possible) to automate the publishing step, there are security concerns with setting up an Automation Token for npm that would mandate maintaining a strict key rotation process, which at this time exceeds the commitment that maintainers have available. To keep consumers of React USWDS secure, this step remains manual. +4. Publish storybook + + - Manually run the [Deploy Storybook](https://github.com/trussworks/react-uswds/actions/workflows/deploy-storybook.yml) Github Action from the [tag](https://github.com/trussworks/react-uswds/tags) that release-please newly created. + ## HELP
Expand this section for instructions to make last minute bugfix