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