-
-
Notifications
You must be signed in to change notification settings - Fork 626
Description
Currently we only cherry-pick commits to v4.x-staging
that have been in a release for at least a week.
Alternatively we could land any commit once it has been approved for LTS. In this sense we would treat v4.x-staging
very similarly to the way in which we treat master
for cutting v5.x
releases.
This does potentially introduce a higher probability of conflict when making releases, especially if we no longer rebase v4.x-staging
. It will also require more attention and effort to make a release.
This will potentially make it easier for other contributors to land code in LTS staging, and I for one would enjoy seeing that job more distributed.
I think there are a variety of other pros and cons, but to making it easier for others to participate in the LTS process wins out.
Thoughts?
TLDR;
When a commit is approved for LTS it will immediately be landed on v4.x-staging