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