mirror of
https://github.com/Redocly/redoc.git
synced 2025-08-04 12:20:19 +03:00
chore: improve notification message
This commit is contained in:
parent
fa3d55217d
commit
a398e56356
|
@ -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}',
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user