We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecee6a0 commit de30788Copy full SHA for de30788
scripts/release/steps/post-publish-steps.js
@@ -41,7 +41,7 @@ function twitterAnnouncement() {
41
return outdent`
42
${styleText.bold.underline("Announce on Twitter")}
43
- Open ${styleText.cyan.underline("https://tweetdeck.twitter.com")}
44
- - Make sure you are tweeting from the {yellow @PrettierCode} account.
+ - Make sure you are tweeting from the ${styleText.yellow("@PrettierCode")} account.
45
- Tweet about the release, including the blog post URL.
46
`;
47
}
0 commit comments