We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ae7ecc commit 6335a55Copy full SHA for 6335a55
bin/release.js
@@ -19,8 +19,6 @@ if (
19
shell.exit(1)
20
}
21
22
-return
23
-
24
// create the release branch
25
const releaseBranchCreate = shell.exec(`git branch ${RELEASE_BRANCH_NAME}`, silent)
26
if (releaseBranchCreate.code === 0) {
0 commit comments