mirror of
https://github.com/storybookjs/storybook.git
synced 2025-03-28 05:10:17 +08:00
- Assuming "latest" is 6.3 & "next" is 6.4... - On push to `main` - Use webhook to kick off production frontpage deploy - On push to `next` - Creates & force-pushes `release-6-4` branch - Sends dispatch event to frontpage repo to create `release-6-4` branch - On push to `release-x-x` - If pushing to `release-6-4` - Warns that changes will be lost on next push to `next` - Else - Sends dispatch event to frontpage repo to create `release-n-n` branch - Remove `build-frontpage` script - Remove references from teamcity & circleci configs