Skip to content

Commit

Permalink
Add "Publishing new versions" to README
Browse files Browse the repository at this point in the history
  • Loading branch information
kylegach committed Nov 5, 2021
1 parent b68f480 commit 98940aa
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 98940aa

Please sign in to comment.