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 558f3df commit aac5424Copy full SHA for aac5424
scripts/release.js
@@ -63,7 +63,7 @@ async function release(releaseLevel) {
63
"Switching back to master branch."
64
);
65
66
- // delete the master branch
+ // delete the release branch
67
await execute(
68
"git",
69
["branch", "-D", "release"],
0 commit comments