Skip to content

Commit

Permalink
Tweaked publish canary message to show newly published version
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Vaughn committed Feb 6, 2019
1 parent 45fc46b commit aa94237
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ const run = async ({cwd, packages, tags}) => {
clear();

if (tags.length === 1 && tags[0] === 'canary') {
console.log(theme.header`A canary release has been pulbished!`);
console.log(
theme`{header A canary release} {version ${version}} {header has been published!}`
);
} else {
console.log(
theme.caution`The release has been published but you're not done yet!`
Expand Down

0 comments on commit aa94237

Please sign in to comment.