Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cleanup CLI version notice #5699

Merged
merged 3 commits into from Feb 21, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 1 addition & 3 deletions lib/core/src/server/build-dev.js
Expand Up @@ -147,10 +147,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) {
Expand Down
4 changes: 2 additions & 2 deletions lib/ui/src/settings/__snapshots__/about.stories.storyshot
Expand Up @@ -1797,7 +1797,7 @@ exports[`Storyshots UI|Settings/AboutScreen new version required 1`] = `
</span>
<a
class="emotion-15"
href="https://github.com/storybooks/storybook/blob/master/CHANGELOG.md"
href="https://github.com/storybooks/storybook/blob/next/CHANGELOG.md"
target="_blank"
>
<span
Expand Down Expand Up @@ -2948,7 +2948,7 @@ exports[`Storyshots UI|Settings/AboutScreen up to date 1`] = `
</span>
<a
class="emotion-15"
href="https://github.com/storybooks/storybook/blob/master/CHANGELOG.md"
href="https://github.com/storybooks/storybook/blob/next/CHANGELOG.md"
target="_blank"
>
<span
Expand Down
2 changes: 1 addition & 1 deletion lib/ui/src/settings/about.js
Expand Up @@ -148,7 +148,7 @@ const AboutScreen = ({ latest, current, onClose }) => {
<Subheading>{latest.version} Changelog</Subheading>
<SubheadingLink
secondary
href="https://github.com/storybooks/storybook/blob/master/CHANGELOG.md"
href="https://github.com/storybooks/storybook/blob/next/CHANGELOG.md"
withArrow
target="_blank"
>
Expand Down