-
Notifications
You must be signed in to change notification settings - Fork 163
Upgrade workflow
Barrie Byron edited this page Oct 31, 2023
·
10 revisions
TLDR;
- Fork the https://github.com/o1-labs/docs2 repository.
- Create PRs against the
major-upgrade
(https://github.com/o1-labs/docs2/tree/major-upgrade) branch, notmain
. - Be sure to keep the
major-upgrade
branch current. - All PRs for the major upgrade get merged into the
major-upgrade
branch. - When it's time, a single PR that includes all of the updates gets merged into
main
.
O(1) Labs looking into possible upstream automation to keep the major-upgrade
branch current with main
.