|
11 | 11 | #============================================================================= |
12 | 12 | # Set version and replace it |
13 | 13 | #============================================================================= |
14 | | -VP_ORG_VER=2.2.12 |
15 | | -VP_NEW_VER=2.3.0 |
| 14 | +VP_ORG_VER=2.3.0 |
| 15 | +VP_NEW_VER=2.3.1 |
16 | 16 |
|
17 | 17 | # update version info |
18 | 18 | grep -REil"VP_ORG_VER=.+$" colab/build.colab.sh jupyterlab/build.jupyterlab.sh jupyternotebook/build.jupyternotebook.sh| xargs sed -i"s/VP_ORG_VER=.\+$/VP_ORG_VER=${VP_ORG_VER}/g" |
@@ -50,6 +50,15 @@ cd $TEMP_PWD/jupyterlab |
50 | 50 | ## colab |
51 | 51 | ## upload on chrome web store with blacklogic.dev |
52 | 52 |
|
| 53 | +#============================================================================= |
| 54 | +# Commit Release (for maintainer only) |
| 55 | +#============================================================================= |
| 56 | +# git add . |
| 57 | +# git commit -m "deploy visualpython ${VP_NEW_VER}" |
| 58 | +# git push origin devops |
| 59 | +# git checkout -b release |
| 60 | +# git push origin release |
| 61 | + |
53 | 62 | exit 0 |
54 | 63 |
|
55 | 64 | # End of file |