chore: improve notification message

This commit is contained in:
Alex Varchuk 2022-07-27 18:26:14 +03:00
parent fa3d55217d
commit a398e56356

View File

@ -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}',
});
}