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
- For bug fixes to a released version: use the latest release branch (e.g. v1.1.x for 1.1.3)
27
-
- For new features: use the main branch (which will become the next minor/major version)
28
-
- If unsure, ask in an issue first
26
+
27
+
| Change Type | Target Branch | Example |
28
+
|-------------|---------------|---------|
29
+
| New features, breaking changes |`main`| New APIs, refactors |
30
+
| Security fixes for v1 |`v1.x`| Critical patches |
31
+
| Bug fixes for v1 |`v1.x`| Non-breaking fixes |
32
+
33
+
> **Note:**`main` is the v2 development branch. Breaking changes are welcome on `main`. The `v1.x` branch receives only security and critical bug fixes.
29
34
30
35
2. Create a new branch from your chosen base branch
0 commit comments