Skip to content

Commit

Permalink
chore: log version after publish
Browse files Browse the repository at this point in the history
  • Loading branch information
PeachScript committed Apr 28, 2024
1 parent 981a596 commit c13bce8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release.ts
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ const all = [
await Promise.all(
pkgs.map(async (pkg) => {
await $`cd ${pkg} && pnpm publish --no-git-checks --tag ${tag} ${otpArg}`;
logger.info(`+ ${pkg}`);
logger.info(`+ ${pkg}@${vers[pkg]}`);
}),
);

Expand Down

0 comments on commit c13bce8

Please sign in to comment.