-
-
Notifications
You must be signed in to change notification settings - Fork 21
Base rule of branches and milestones
Kazuya Takei edited this page Mar 24, 2025
·
2 revisions
- master: Core release branch
- dev: Enhanced branch (excluded breaking changes)
- next: Breaking branch (included breaking changes)
Live milestone is 3 entries.
- vN.x: Issues that should be handled by current major and minor version.
- vN.M: Issues that must be soleved until next minor version.
- v(N+1).0: Issues that have to be handled by next major version.
dev
branch and vN.M milestone are only used that there are issues marked as high priority.
Date: 2025/03/24 (latest version is 3.1.4)
Milestone | Base branch |
---|---|
v3.x | master |
v3.2 | dev |
v4.0 | next |