We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af70067 commit a032cc7Copy full SHA for a032cc7
scripts/branch-for-release.sh
@@ -1,7 +1,7 @@
1
#!/bin/sh
2
3
new_version=$1
4
-dev_branch=master
+dev_branch=main
5
project_name=burst
6
7
if [ "$new_version" == "" ]; then
0 commit comments