-
Notifications
You must be signed in to change notification settings - Fork 568
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release survey #461
Labels
Comments
The annual Web Survey is open for feedback for 2 more days. Currently there are two questions relevant for this thread:
|
@BridgeAR, is this something you'd like to leave open for us to consider in future? We've not discussed it in a while. |
I am fine with closing this. If anyone wants to follow-up, please feel free to do so. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There are multiple different proposals how to change our LTS releases right now but without any consensus on what the best solution would be.
The current way for LTS releases is as follows
Current release handling:
Proposal to change the time frame for active and maintenance LTS.
Proposal to allow the release branch to be rebased for each semver-minor and to add a separate semver-patch branch for the patch releases. This prevents out of order commits and reduces conflicts but it's a bit more work to maintain both release branches (likely not a whole lot though). The source of truth for the release is always the release tag. Each release might contain different commits than the former release.
Proposal to always create semver-minor releases and to stop doing any semver-patch releases to prevent out of order commits. This reduces conflicts and makes it easier for the release group.
@nodejs/releasers please fill the gaps and add further information. This could than be used to create a survey with which we are able to gather feedback from our users what they believe would be best for them. If I missed a proposal, please just edit the description above.
The text was updated successfully, but these errors were encountered: