From 08b7bfa3ac047d2662d692ccc264afcdf2116577 Mon Sep 17 00:00:00 2001 From: Daniel Bevenius Date: Thu, 1 Jul 2021 10:08:01 +0200 Subject: [PATCH 1/2] 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. --- 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 9517ea674f0c70..45587b08c6c5de 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 Month Day 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 Month Day Year + + As per security release process this is a heads up that there will be security releases Month Day Year and we'll need people from build to lock/unlock ci and to support and build issues we see. + ``` ## Release day From 694eee13643805948fa2b3f4ab25bb07070957e1 Mon Sep 17 00:00:00 2001 From: Daniel Bevenius Date: Thu, 1 Jul 2021 12:09:13 +0200 Subject: [PATCH 2/2] squash! doc: add docker-node and build-wg issue contents Use Day Month Year consistently. --- doc/guides/security-release-process.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/guides/security-release-process.md b/doc/guides/security-release-process.md index 45587b08c6c5de..1082f840fdf7e0 100644 --- a/doc/guides/security-release-process.md +++ b/doc/guides/security-release-process.md @@ -59,7 +59,7 @@ information described. * [ ] Notify [docker-node][] of upcoming security release date: ***LINK*** ```text - Heads up of Node.js security releases Month Day Year + 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 ``` @@ -67,9 +67,9 @@ information described. * [ ] 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 Month Day Year + 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 Month Day Year and we'll need people from build to lock/unlock ci and to support and build issues we see. + 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