updates to outdated URLs and branch names (#251) (#252)

updates to outdated URLs and branch names (typically master -> main)
This commit is contained in:
Ralph O'Flinn 2021-10-06 06:38:19 -05:00 committed by GitHub
parent 7046bdfad7
commit abd40c25f5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
68 changed files with 102 additions and 100 deletions

View file

@ -1,12 +1,12 @@
#!/bin/bash
# RC Script
RC_VERSION=1.11.1
RC_VERSION=1.12.0
RC_NUM=1
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