Skip to content

Base rule of branches and milestones

Kazuya Takei edited this page Mar 24, 2025 · 2 revisions

Base branches

  • master: Core release branch
  • dev: Enhanced branch (excluded breaking changes)
  • next: Breaking branch (included breaking changes)

Milestone management

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.

Notes

dev branch and vN.M milestone are only used that there are issues marked as high priority.

Example of mappings for branches and milestones

Date: 2025/03/24 (latest version is 3.1.4)

Milestone Base branch
v3.x master
v3.2 dev
v4.0 next
Clone this wiki locally