diff --git a/scripts/rc.sh b/scripts/rc.sh index d5abc6f..16a454a 100644 --- a/scripts/rc.sh +++ b/scripts/rc.sh @@ -30,7 +30,7 @@ git checkout $source_branch git pull origin $source_branch git checkout -b $new_branch git switch $new_branch -git commit -am "Release candidate create" +git commit -am "Release candidate auto-create" git push origin rc cd ..