From 14d2710172da5059ae5c30882e143a9fe1d4f462 Mon Sep 17 00:00:00 2001 From: RafaelGSS Date: Wed, 4 Jan 2023 10:46:49 -0300 Subject: [PATCH] doc: mention how to run ncu-ci citgm --- doc/contributing/releases.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/contributing/releases.md b/doc/contributing/releases.md index e4b044bd1f4d7c..444527c1e35dda 100644 --- a/doc/contributing/releases.md +++ b/doc/contributing/releases.md @@ -536,6 +536,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