From 07934172efc87da472576a80f343a9fae85c2c5d Mon Sep 17 00:00:00 2001 From: Michael Shilman Date: Thu, 21 Feb 2019 15:48:19 +0800 Subject: [PATCH] Merge pull request #5699 from storybooks/5683-cli-version-notice Cleanup CLI version notice --- lib/core/src/server/build-dev.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lib/core/src/server/build-dev.js b/lib/core/src/server/build-dev.js index 9640c22acbbf..e2561c470f7b 100644 --- a/lib/core/src/server/build-dev.js +++ b/lib/core/src/server/build-dev.js @@ -146,10 +146,8 @@ function createUpdateMessage(updateInfo, version) { ${colors.orange( `A new version (${chalk.bold(updateInfo.data.latest.version)}) is available!` )} - ${chalk.gray(updateInfo.data.latest.info.plain)} - ${chalk.gray('Read full changelog here:')} - ${chalk.gray.underline('https://git.io/fxc61')} + ${chalk.gray('Read full changelog here:')} ${chalk.gray.underline('https://git.io/fhFYe')} ` : ''; } catch (e) {