Skip to content

Commit

Permalink
doc: mention how to run ncu-ci citgm
Browse files Browse the repository at this point in the history
PR-URL: #46090
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: Beth Griggs <bethanyngriggs@gmail.com>
  • Loading branch information
RafaelGSS authored and juanarbol committed Jan 31, 2023
1 parent 84dc65a commit 1fabef3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions doc/contributing/releases.md
Expand Up @@ -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
```

<details>
<summary>Security release</summary>

Expand Down

0 comments on commit 1fabef3

Please sign in to comment.