From 10ea7646d9e61a521c2f164d5fc1622406c06db2 Mon Sep 17 00:00:00 2001 From: Rafael Gonzaga Date: Wed, 12 Mar 2025 17:47:26 -0300 Subject: [PATCH] doc: add note about sync nodejs-private branches PR-URL: https://github.com/nodejs/node/pull/57404 Reviewed-By: Antoine du Hamel Reviewed-By: Michael Dawson --- doc/contributing/security-release-process.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/contributing/security-release-process.md b/doc/contributing/security-release-process.md index 0932dfb7b6..66078c255f 100644 --- a/doc/contributing/security-release-process.md +++ b/doc/contributing/security-release-process.md @@ -81,6 +81,7 @@ The current security stewards are documented in the main Node.js * [ ] 6\. **Get release volunteers:** * Get volunteers for the upcoming security release on the affected release lines. + * Make sure to sync nodejs-private (vN.x) branches with nodejs/node. * [ ] 7\. **Preparing Pre and Post Release Blog Posts:** * [ ] Create a pre-release blog post using `git node security --pre-release`.