Skip to content

Commit

Permalink
release: 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
王建明 committed Apr 24, 2024
1 parent 4844d73 commit 3323027
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions scripts/release.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,14 @@ import { assert, eachPkg, getPkgs } from './.internal/utils';
if (version.includes('-canary.')) tag = 'canary';

// update pnpm lockfile
logger.event('update pnpm lockfile');
$.verbose = false;
await $`pnpm i`;
$.verbose = true;
// logger.event('update pnpm lockfile');
// $.verbose = false;
// await $`pnpm i`;
// $.verbose = true;

// // commit
logger.event('commit');
await $`git commit --all --message "release: ${version}"`;
// logger.event('commit');
// await $`git commit --all --message "release: ${version}"`;

// git tag
if (tag !== 'canary') {
Expand Down

0 comments on commit 3323027

Please sign in to comment.