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
Update branch policy documentation to introduce a three-tier branching
strategy where the next branch is used for major version updates, main
for minor updates, and x.y-maintenance branches for patch releases.
This change clarifies the development workflow by providing separate
branches for breaking changes (next) and new features (main), while
maintaining backward compatibility through the existing maintenance
branch structure.
Co-Authored-By: Claude <[email protected]>
0 commit comments