Skip to content

Commit

Permalink
update commit comment for rc creating
Browse files Browse the repository at this point in the history
  • Loading branch information
ivvist committed May 22, 2024
1 parent 9e29819 commit ea5a689
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/rc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 ..

Expand Down

0 comments on commit ea5a689

Please sign in to comment.