Skip to content

Commit a032cc7

Browse files
committed
Update release script working branch name
1 parent af70067 commit a032cc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/branch-for-release.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

33
new_version=$1
4-
dev_branch=master
4+
dev_branch=main
55
project_name=burst
66

77
if [ "$new_version" == "" ]; then

0 commit comments

Comments
 (0)