-
-
Notifications
You must be signed in to change notification settings - Fork 35.5k
doc: add build wg info to releases.md #21275
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
Closed
Closed
Changes from 1 commit
Commits
Show all changes
3 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
[squash] add "how"
- Loading branch information
commit 73374c41c510c6571eaea8692c293dc41495ee77
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -88,6 +88,9 @@ least twenty-four hours in advance of the expected release. Coordinating with | |
| Build is essential to make sure that the CI works, release files are published, | ||
| and the release blog post is available on the project website. | ||
|
|
||
| Build can be contacted best by opening up an issue on the [issue tracker][], | ||
| and by posting in `#node-build` on [webchat.freenode.net][]. | ||
|
|
||
| When preparing a security release, contact Build at least forty-eight hours in | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I like these changes though they are tricky - maybe |
||
| advance of the expected release. To ensure that the security patch(es) can be | ||
| properly tested, run a `node-test-pull-request` job against the `master` branch | ||
|
|
@@ -531,4 +534,6 @@ Close your release proposal PR and remove the proposal branch. | |
| _In whatever form you do this..._ | ||
|
|
||
| [CI lockdown procedure]: https://github.com/nodejs/build/blob/master/doc/jenkins-guide.md#restricting-access-for-security-releases | ||
| [issue tracker]: https://github.com/nodejs/build/issues/new | ||
| [nodejs.org release-post.js script]: https://github.com/nodejs/nodejs.org/blob/master/scripts/release-post.js | ||
| [webchat.freenode.net]: https://webchat.freenode.net/ | ||
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.
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.
the issue tracker->the Build issue tracker?