@nodejs/tsc @nodejs/lts @nodejs/collaborators ... Based on the decision of the LTS WG yesterday, I have just created the v4.x-staging branch off of v4.x. Both the v4.x and v4.x-staging branches are under the oversight of the @nodejs/lts working group.
v4.x-staging will serve as a staging branch for all commits that eventually need to land in a v4.x LTS release. Please DO NOT land any commit directly within v4.x. Commits will be pulled into v4.x only by the person performing the LTS release at the time of the LTS release. When a commit needs to be cherry picked back to v4.x, it MUST land first in v4.x-staging.
In order to make life easier, I would ask that anyone landing a commit into master who feels that the commit may also apply to v4.x, please tag the PR using the label lts-watch-v4.x. This will help us to identify the fixes that need to be picked back. If backporting of the commit is required, doing so against the v4.x-staging branch will ensure that we keep the v4.x branch clean for releases while items are being worked on.
@nodejs/tsc @nodejs/lts @nodejs/collaborators ... Based on the decision of the LTS WG yesterday, I have just created the
v4.x-stagingbranch off ofv4.x. Both thev4.xandv4.x-stagingbranches are under the oversight of the @nodejs/lts working group.v4.x-stagingwill serve as a staging branch for all commits that eventually need to land in av4.xLTS release. Please DO NOT land any commit directly withinv4.x. Commits will be pulled intov4.xonly by the person performing the LTS release at the time of the LTS release. When a commit needs to be cherry picked back to v4.x, it MUST land first in v4.x-staging.In order to make life easier, I would ask that anyone landing a commit into
masterwho feels that the commit may also apply tov4.x, please tag the PR using the labellts-watch-v4.x. This will help us to identify the fixes that need to be picked back. If backporting of the commit is required, doing so against thev4.x-stagingbranch will ensure that we keep thev4.xbranch clean for releases while items are being worked on.