From 98940aad3288d0e58d62238e4a00688fee306dc5 Mon Sep 17 00:00:00 2001 From: Kyle Gach <kyle.gach@gmail.com> Date: Thu, 4 Nov 2021 14:34:09 -0600 Subject: [PATCH] Add "Publishing new versions" to README --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index be0d891a..2a97cc6c 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,14 @@ Release notes are stored in the src/content/releases directory as `.md` files. T Within the release's `.md` file, frontmatter is used to create a page title, while the rest of the content is parsed using `gatsby-transformer-remark` and styled with selectors in `src/styles/formatting.js`. +### Publishing new versions + +When a pre-release version graduates to stable (and a new pre-release version is cut): + +1. Make sure all relevant [release notes](#release-notes) are present and correct +2. Add the version that _was_ "latest" to the [Netlify branch deploy setting](https://app.netlify.com/sites/storybook-frontpage/settings/deploys) + - e.g. if "latest" was `6.3`, add `release-6-3` + ### Search Search within the docs is powered by [DocSearch](https://docsearch.algolia.com/). In order for this to work, an environment variable is required: