updating of rc_script.sh

This commit is contained in:
chenejac 2022-07-07 19:09:10 +02:00
parent b6d3b60530
commit 9436eb8434

View file

@ -1,12 +1,12 @@
#!/bin/bash #!/bin/bash
# RC Script # RC Script
RC_VERSION=1.12.0 RC_VERSION=1.13.0
RC_NUM=1 RC_NUM=2
git checkout master #git checkout master
git pull #git pull
git push origin master:rel-${RC_VERSION}-RC #git push origin master:rel-${RC_VERSION}-RC
git checkout rel-${RC_VERSION}-RC git checkout rel-${RC_VERSION}-RC