- next - the
nextversion on npm, and the development branch where most work occurs - prerelease - the
prereleaseversion on npm, where eventual changes tomainget tested - main - the
latestversion on npm and the stable version that most users use
- All PRs should target the
nextbranch, which depends on thenextversion of Storybook. - When merged, a new version of this package will be released on the
nextNPM 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
pickwill get cherry-picked back to theprereleasebranch and will generate a release on theprereleasenpm tag. - Once validated,
prereleasePRs will get merged back to themainbranch, which will generate a release on thelatestnpm tag.