Closed
Conversation
Refs: nodejs#36541 Expand the instructions to cover what is needed when updates are required across all active release lines
2 tasks
richardlau
reviewed
Dec 17, 2020
doc/guides/maintaining-openssl.md
Outdated
| This document describes how to update `deps/openssl/`. | ||
|
|
||
| If you need to provide updates across all active release lines you will | ||
| currently need to generate two PRs as follows: |
Member
There was a problem hiding this comment.
This time round we did three PRs -- one for current (including the QUIC patches), one for 14.x (without the the QUIC patches) and one for 10.x.
Member
Author
There was a problem hiding this comment.
k will update for that.
richardlau
approved these changes
Dec 18, 2020
Member
Author
|
@MylesBorins could you review/approve so I can land? |
MylesBorins
approved these changes
Dec 21, 2020
Contributor
MylesBorins
left a comment
There was a problem hiding this comment.
LGTM
The only concern I have with documenting this is that 10.x is going EOL in april and we won't want to keep the stale docs... so we just need to remember to remove this
Member
Author
|
@MylesBorins understood on updating the docs. I can try to remember to do that, but I think the value of having the info is worth it. |
Member
Author
|
Do only change and linters have passed, landing. |
Member
Author
|
Landed in e22b751 |
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Refs: #36541
Expand the instructions to cover what is needed when
updates are required across all active release lines
Related Issues
Fixes: https://github.com/nodejs/node/issues/<issue_number>
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passes