Skip to content

Commit 9e27d0b

Browse files
chore: revert comment
1 parent cda72b5 commit 9e27d0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/release.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ async function publish({ newVersion, releaseType, otp }) {
180180

181181
async function init() {
182182
const releaseType = process.argv[2];
183-
// await checkGitBranchAndStatus();
183+
await checkGitBranchAndStatus();
184184
const newVersion = await getNewVersion();
185185

186186
console.log(':: Current version:', packageJson.version);

0 commit comments

Comments
 (0)