-
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
meta: update release guide with notes for major releases #25497
Conversation
/cc @BethGriggs @nodejs/release |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. I was talking offline with @richardlau and he mentioned other steps for major releases such as creating symlinks for dist/latest-v12.x
etc. - should that information be captured here too?
The releaser typically doesn't do those additional steps but it's likely
worth adding
…On Tue, Jan 15, 2019, 09:53 Bethany Nicolle Griggs ***@***.*** wrote:
***@***.**** commented on this pull request.
LGTM. I was talking offline with @richardlau
<https://github.com/richardlau> and he mentioned other steps for major
releases such as creating symlinks for dist/latest-v12.x etc. - should
that information be captured here too?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#25497 (review)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAa2edSl1wT1A0CYoyzQnK7ICC7_zuTmks5vDhW0gaJpZM4Z_Aq5>
.
|
LGTM 👍 |
Ping @nodejs/release |
I believe @BethGriggs and @codebytere both LGTM'ed this, and can review on behalf of the release team. |
Ah, right lol... I was scanning for green checkmarks not inline LGTMs :-) |
Should the TOC be updated? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Doc format LGTM, with some nits.
Can you add a link to the table of contents? |
(Carrying over some of the conversations from #26844) @jasnell, rather than cherry-picking around the majors that land on No commits should then be out of order - which has happened recently when we have gotten a retrospective request/agreement for a specific major from (I understand that implementing a "semver major freeze on master" process would first require socialisation of the idea and agreement from the various working groups.) |
The current model was chosen to avoid adding any delay to master branch development. It intentionally puts more burden on the releaser so that there's no need to hold up activity in master. I'd prefer to keep it true to that goal |
For the dist symlinks, e.g. nodejs/nodejs-latest-linker#2, that only currently needs to be done for the first transition to LTS release. For the first transition to LTS release there's also a test, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Left a bunch of suggestions, but I'm A-OK with this without some or all of them. I do think they are all improvements, but mostly only marginal improvements.
@nodejs/releasers Does it make sense to land this as-is and then update as necessary? |
This comment has been minimized.
This comment has been minimized.
Co-Authored-By: jasnell <jasnell@gmail.com>
Co-Authored-By: jasnell <jasnell@gmail.com>
Co-Authored-By: jasnell <jasnell@gmail.com>
Co-Authored-By: jasnell <jasnell@gmail.com>
Co-Authored-By: Rich Trott <rtrott@gmail.com>
7e5208b
to
ad00350
Compare
Rebase, new CI-Lite: https://ci.nodejs.org/job/node-test-pull-request-lite-pipeline/3891/ |
Co-Authored-By: jasnell <jasnell@gmail.com> Co-Authored-By: Rich Trott <rtrott@gmail.com> Co-Authored-By: Beth Griggs <Bethany.Griggs@uk.ibm.com> PR-URL: #25497 Reviewed-By: Beth Griggs <Bethany.Griggs@uk.ibm.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net>
Landed in 7b350bb |
Co-Authored-By: jasnell <jasnell@gmail.com> Co-Authored-By: Rich Trott <rtrott@gmail.com> Co-Authored-By: Beth Griggs <Bethany.Griggs@uk.ibm.com> PR-URL: #25497 Reviewed-By: Beth Griggs <Bethany.Griggs@uk.ibm.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net>
Intended as an initial quick draft.
Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passes