From cb3c02f8f68c64571a5ddd6f380d128032e8501f Mon Sep 17 00:00:00 2001 From: Daniel Bevenius Date: Thu, 1 Jul 2021 10:08:01 +0200 Subject: [PATCH] doc: add docker-node and build-wg issue contents This commit add the contents that should go into the docker-node and build issues when doing a security release. PR-URL: https://github.com/nodejs/node/pull/39215 Reviewed-By: Richard Lau --- doc/guides/security-release-process.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/doc/guides/security-release-process.md b/doc/guides/security-release-process.md index 9152292c57e6da..36ee9d73bbeb6f 100644 --- a/doc/guides/security-release-process.md +++ b/doc/guides/security-release-process.md @@ -58,9 +58,19 @@ information described. * [ ] Request releaser(s) to start integrating the PRs to be released. * [ ] Notify [docker-node][] of upcoming security release date: ***LINK*** + ```text + Heads up of Node.js security releases Day Month Year + + As per the Node.js security release process this is the FYI that there is going to be a security release Day Month Year + ``` * [ ] Notify build-wg of upcoming security release date by opening an issue in [nodejs/build][] to request WG members are available to fix any CI issues. + ```text + Heads up of Node.js security releases Day Month Year + + As per security release process this is a heads up that there will be security releases Day Month Year and we'll need people from build to lock/unlock ci and to support and build issues we see. + ``` ## Release day