Skip to content

Commit

Permalink
style: change emoji from 馃摝 to 馃摑
Browse files Browse the repository at this point in the history
  • Loading branch information
favna committed May 7, 2022
1 parent 71ab681 commit 6304346
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli.ts
Expand Up @@ -133,7 +133,7 @@ if (!options.dryRun) {

await updateChangelog(options, tagForChangelog);

console.log(green(`馃摝 Generated changelog for ${getFullPackageName(options)}@${newVersion}`));
console.log(green(`馃摑 Generated changelog for ${getFullPackageName(options)}@${newVersion}`));

if (!options.skipTag) {
await stageFiles();
Expand Down

0 comments on commit 6304346

Please sign in to comment.