From 1fabef3a815e0fa5f4e7186cd0a3ec1ffe7f0680 Mon Sep 17 00:00:00 2001 From: Rafael Gonzaga Date: Fri, 6 Jan 2023 18:21:51 +0000 Subject: [PATCH] doc: mention how to run ncu-ci citgm PR-URL: https://github.com/nodejs/node/pull/46090 Reviewed-By: Richard Lau Reviewed-By: Yagiz Nizipli Reviewed-By: Beth Griggs --- doc/contributing/releases.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/contributing/releases.md b/doc/contributing/releases.md index 942b139614ac85..c2f26eebe884f3 100644 --- a/doc/contributing/releases.md +++ b/doc/contributing/releases.md @@ -537,6 +537,13 @@ purpose. Run it once with the base `vx.x` branch as a reference and with the proposal branch to check if new regressions could be introduced in the ecosystem. +Use `ncu-ci` to compare `vx.x` run (10) and proposal branch (11) + +```console +$ npm i -g node-core-utils +$ ncu-ci citgm 10 11 +``` +
Security release