mirror of
https://github.com/Redocly/redoc.git
synced 2025-08-05 12:50:18 +03:00
chore: improve notification message
This commit is contained in:
parent
fa3d55217d
commit
a398e56356
|
@ -479,5 +479,8 @@ function notifyUpdateCliVersion() {
|
||||||
updateCheckInterval: 0,
|
updateCheckInterval: 0,
|
||||||
shouldNotifyInNpmScript: true,
|
shouldNotifyInNpmScript: true,
|
||||||
});
|
});
|
||||||
notifier.notify();
|
notifier.notify({
|
||||||
|
message:
|
||||||
|
'Run `{updateCommand}` to update.\nChangelog: https://github.com/Redocly/redoc/releases/tag/{latestVersion}',
|
||||||
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user