rebasing for new release candidate

This commit is contained in:
chenejac 2022-05-28 09:15:25 +02:00
parent f0c4d27268
commit b802e2eb82
9 changed files with 19 additions and 19 deletions

View file

@ -2,11 +2,11 @@
# RC Script
RC_VERSION=1.13.0
RC_NUM=2
RC_NUM=3
git checkout master
git checkout main
git pull
git push origin master:rel-${RC_VERSION}-RC
git push origin main:rel-${RC_VERSION}-RC
git checkout rel-${RC_VERSION}-RC