-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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
What is the Current branch considered? #10718
Comments
That would be
I think that’s not true, the SHAs for the nightlies seem to be |
I don't think we ever got around to Current branch nightlies. They have only ever been off master. |
It seems we do for some of them. https://nodejs.org/download/nightly/ There is a nightly for v6.x, v7.x, and master |
This issue is the inverse of nodejs/Release#174 I think its worth considering incorporating https://github.com/nodejs/LTS/blob/master/README.md into https://github.com/nodejs/node/blob/master/README.md, the distinction between the two is arbitrary from a user of node's perspective, it came about historically because the LTS WG did the work of considering and designing the LTS process, and documented the result in their README. The history is past, the practice they developed is well established, time to move the docs. The README for the LTS repo can then be rewritten to just have information about the working group organization, its members, policies, etc., instead of information important to users of node. /cc @williamkapke who recently requested that all WGs have some common features in their READMEs (such as members). /cc @gibfahn and @Fishrock123 who were wrestling with trying keep the Current docs in nodejs/node, the LTS docs in nodejs/LTS, despite that the two are only understandable as a conceptual pair. |
This issue has been inactive for sufficiently long that it seems like perhaps it should be closed. Feel free to re-open (or leave a comment requesting that it be re-opened) if you disagree. I'm just tidying up and not acting on a super-strong opinion or anything like that. |
I think the minimum this needs is a sentence in https://github.com/nodejs/node#current-and-lts-releases saying "for more info about Current and LTS release, see the LTS Readme" |
Actually this is totally documented above. @pertrai1 does this paragraph not adequately explain what current means? If not what would you like to see?
|
@gibfahn - your minimum sentence that you mention above where the user has a reference link to follow - "LTS Readme" - I think that would be helpful in this situation. |
👍 thank you @gibfahn |
This is a question in regards to understanding the
README.md
file. It states:What exactly is the "Current" branch? That does not make it clear to me what branch this is. Don't know if this is me being new, but thought that this is not easy to decipher.
The text was updated successfully, but these errors were encountered: