diff --git a/cli/index.ts b/cli/index.ts index 7bd03b4f..43a32b96 100644 --- a/cli/index.ts +++ b/cli/index.ts @@ -479,5 +479,8 @@ function notifyUpdateCliVersion() { updateCheckInterval: 0, shouldNotifyInNpmScript: true, }); - notifier.notify(); + notifier.notify({ + message: + 'Run `{updateCommand}` to update.\nChangelog: https://github.com/Redocly/redoc/releases/tag/{latestVersion}', + }); }