There was an error while loading. Please reload this page.
1 parent e5f923c commit fc2f2e6Copy full SHA for fc2f2e6
build/prepare-release.sh
100644
100755
@@ -3,6 +3,7 @@
3
# verbose mode
4
set -x
5
6
+
7
RELEASE_VERSION=$1
8
a=( ${RELEASE_VERSION//./ } )
9
MAJOR=${a[0]}
0 commit comments