1 Repo
Classifies release lines as Current, Active LTS, or Maintenance with distinct rules for what changes may land.
Distinct from Release Management: Distinct from Release Management: specifically defines lifecycle phases and their change eligibility rules, not general release processes.
Explore 1 awesome GitHub repository matching development tools & productivity · Release Phase Definitions. Refine with filters or upvote what's useful.
The Node.js Release repository is the official tooling and process definition for managing the release lifecycle of the Node.js runtime itself. It implements a time-based branching model that creates new major version branches from the main line every six months, with even-numbered lines designated for Long-Term Support (LTS) and odd-numbered lines remaining as Current releases. The project defines a strict state machine that governs how each release line transitions through Current, Active LTS, and Maintenance phases, each with its own rules for what changes may land. The repository provides
Classifies Node.js release lines into Current, Active LTS, or Maintenance phases with change eligibility rules.