Skip to content

Commit aac5424

Browse files
committed
Fix a typo.
1 parent 558f3df commit aac5424

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
@@ -63,7 +63,7 @@ async function release(releaseLevel) {
6363
"Switching back to master branch."
6464
);
6565

66-
// delete the master branch
66+
// delete the release branch
6767
await execute(
6868
"git",
6969
["branch", "-D", "release"],

0 commit comments

Comments
 (0)