Skip to content

Commit 569757c

Browse files
Inclusivity changes - change default git branch to 'main'. (#33)
1 parent 229a2d7 commit 569757c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

performrelease.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ committosvn='X'
2727
usage(){
2828
echo "usage: $0 -v version [-b branch] [-s source dir] [-o output dir] [-t] [-u] [-c] [-h]"
2929
echo " -v sets the version"
30-
echo " -b sets the branch (defaults to 'master')"
30+
echo " -b sets the branch (defaults to 'main')"
3131
echo " -s sets the source directory (defaults to $sourcedir)"
3232
echo " -o sets the output directory (defaults to $outputdir)"
3333
echo " -t tags the git repo with the version"

0 commit comments

Comments
 (0)