Commit fd9d68d5 authored by Huihui, Jonathan's avatar Huihui, Jonathan
Browse files

uncomment

parent aa3848e4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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"