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
**Releases are git tags** (`release/x.y.z`), not branches. They are created automatically by CI when code merges into `main`. Never create a `release/` branch manually.
31
31
32
-
### Version Format: `MAJOR.ALPHA.BETA.BUILD`
32
+
### Version Format: `RELEASE.BETA.ALPHA.BUILD`
33
33
34
-
| Digit | Bumped by | Example |
35
-
|-------|-----------|---------|
36
-
|MAJOR|Manual |`2.0.0.0`|
37
-
|ALPHA | Merge to `alpha`|`1.3.0.0`|
38
-
|BETA | Merge to `beta`|`1.3.2.0`|
39
-
| BUILD | Merge to `develop`|`1.3.2.47`|
34
+
| Digit | Bumped by |Resets |Example |
35
+
|-------|-----------|--------|---------|
36
+
|RELEASE|Merge to `main` (automated) | BETA=0, ALPHA=0, BUILD=0 |`1.0.0.0`|
37
+
|BETA | Merge to `beta`| ALPHA=0, BUILD=0 |`0.1.0.0`|
38
+
|ALPHA | Merge to `alpha`| BUILD=0 |`0.0.2.0`|
39
+
| BUILD | Merge to `develop`| — |`0.0.1.47`|
40
40
41
41
### CI/CD per Branch
42
42
43
-
| Branch | Tests |Docker Image Tag |Version Bump |
0 commit comments