You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should update our release process to follow this pattern:
All development is done as pull requests against main
main is not expected to be stable
Stable releases are delivered to end users from a release branch (one per minor release, e.g. release/0.3), which is tagged at each release (e.g. v0.3.5)
The release branch is updated via pull requests against it, which are backports ("cherry picks") from main
CI and branch protections need to apply to both main and release/* branches
The text was updated successfully, but these errors were encountered:
We should update our release process to follow this pattern:
main
main
is not expected to be stablerelease/0.3
), which is tagged at each release (e.g.v0.3.5
)main
main
andrelease/*
branchesThe text was updated successfully, but these errors were encountered: