Skip to content

Commit aa94237

Browse files
author
Brian Vaughn
committed
Tweaked publish canary message to show newly published version
1 parent 45fc46b commit aa94237

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

scripts/release/publish-commands/print-follow-up-instructions.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ const run = async ({cwd, packages, tags}) => {
2121
clear();
2222

2323
if (tags.length === 1 && tags[0] === 'canary') {
24-
console.log(theme.header`A canary release has been pulbished!`);
24+
console.log(
25+
theme`{header A canary release} {version ${version}} {header has been published!}`
26+
);
2527
} else {
2628
console.log(
2729
theme.caution`The release has been published but you're not done yet!`

0 commit comments

Comments
 (0)