- next - the
next
version on npm, and the development branch where most work occurs - prerelease - the
prerelease
version on npm, where eventual changes tomain
get tested - main - the
latest
version on npm and the stable version that most users use
- All PRs should target the
next
branch, which depends on thenext
version of Storybook. - When merged, a new version of this package will be released on the
next
NPM tag. - If the change contains a bugfix that needs to be patched back to the stable version, please note that in PR description.
- PRs labeled
pick
will get cherry-picked back to theprerelease
branch and will generate a release on theprerelease
npm tag. - Once validated,
prerelease
PRs will get merged back to themain
branch, which will generate a release on thelatest
npm tag.