Skip to content

Commit 6335a55

Browse files
committed
Enable release script.
1 parent 4ae7ecc commit 6335a55

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

bin/release.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ if (
1919
shell.exit(1)
2020
}
2121

22-
return
23-
2422
// create the release branch
2523
const releaseBranchCreate = shell.exec(`git branch ${RELEASE_BRANCH_NAME}`, silent)
2624
if (releaseBranchCreate.code === 0) {

0 commit comments

Comments
 (0)