Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create canary branch + separate canary docs from release docs #460

Open
Tracked by #372
resir014 opened this issue Sep 15, 2021 · 0 comments
Open
Tracked by #372

Create canary branch + separate canary docs from release docs #460

resir014 opened this issue Sep 15, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@resir014
Copy link
Contributor

Description

Currently, the release docs is jumbled up with the canary docs. To implement a proper canary release process, like in Vercel's repos, a separate canary branch should be created, and all canary releases are tagged from there.

This means the master branch will only contain production-ready code, which also allows us to easily merge in hotfixes when needed.

Implementation Model

  • Create a canary branch
  • Create a separate preview URL for canary components in Vercel
  • Tag all future canary releases in the canary branch
@resir014 resir014 added the enhancement New feature or request label Sep 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant