new file: rc_script.sh
This commit is contained in:
parent
dad091b858
commit
de4225b3a0
1 changed files with 21 additions and 0 deletions
21
rc_script.sh
Executable file
21
rc_script.sh
Executable file
|
@ -0,0 +1,21 @@
|
|||
#!/bin/bash
|
||||
# RC Script
|
||||
|
||||
RC_VERSION=1.11.1
|
||||
RC_NUM=1
|
||||
|
||||
git checkout master
|
||||
git pull
|
||||
git push origin master:rel-${RC_VERSION}-RC
|
||||
|
||||
|
||||
git checkout rel-${RC_VERSION}-RC
|
||||
git tag -a "rel-${RC_VERSION}-RC-${RC_NUM}" -m "rel-${RC_VERSION}-RC-${RC_NUM}"
|
||||
git push origin --tags
|
||||
|
||||
|
||||
# Created Branch and Tag Examples
|
||||
# (Branch) https://github.com/vivo-project/VIVO/tree/rel-1.11.1-RC
|
||||
# (Tag) https://github.com/vivo-project/VIVO/tree/rel-1.11.1-RC-1
|
||||
# (Branch) https://github.com/vivo-project/Vitro/tree/rel-1.11.1-RC
|
||||
# (Tag) https://github.com/vivo-project/Vitro/tree/rel-1.11.1-RC-1
|
Loading…
Add table
Reference in a new issue