Loading release.sh +1 −1 Original line number Diff line number Diff line Loading @@ -41,7 +41,7 @@ while :; do case $1 in release) info "Checking out develop branch." #git checkout develop && git pull git checkout develop && git pull COMMON_VERSION=$(cat COMMON_VERSION) COMMON_SETUP_REGEX="s/(?<=version \= ')\d+\.\d+\.\d+/$COMMON_VERSION/g" COMMON_README_REGEX="s/(?<=common\=\=)\d+\.\d+\.\d+/$COMMON_VERSION/g" Loading Loading
release.sh +1 −1 Original line number Diff line number Diff line Loading @@ -41,7 +41,7 @@ while :; do case $1 in release) info "Checking out develop branch." #git checkout develop && git pull git checkout develop && git pull COMMON_VERSION=$(cat COMMON_VERSION) COMMON_SETUP_REGEX="s/(?<=version \= ')\d+\.\d+\.\d+/$COMMON_VERSION/g" COMMON_README_REGEX="s/(?<=common\=\=)\d+\.\d+\.\d+/$COMMON_VERSION/g" Loading