Skip to content

Commit 8313342

Browse files
committed
Update release.js
1 parent 7e2aca8 commit 8313342

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/release.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ async function release() {
3636
await exec.promise('git pull');
3737
await exec.promise('npm i');
3838
await exec.promise('git add .');
39-
await exec.promise(`git commit -m "${pkg.version} release"`);
39+
await exec.promise(`git commit -m ${pkg.version}`);
4040
await exec.promise('git push');
4141
await exec.promise(`git tag v${pkg.version}`);
4242
await exec.promise('git push origin --tags');

0 commit comments

Comments
 (0)