##// END OF EJS Templates
some updates to release scripts
Matthias Bussonnier -
Show More
@@ -145,6 +145,13 b' then'
145 145 git commit -am "back to dev"
146 146
147 147 echo
148 echo $BLUE"git push origin \$BRANCH ($BRANCH)?"$NOR
149 echo $GREEN"Press enter to continue"$NOR
150 read
151 git push origin $BRANCH
152
153
154 echo
148 155 echo $BLUE"let's : git checkout $VERSION"$NOR
149 156 echo $GREEN"Press enter to continue"$NOR
150 157 read
@@ -159,8 +166,8 b' then'
159 166
160 167 tools/release
161 168
162 echo '$ shasum -a 256 dist/*'
163 169 echo $RED
170 echo '$ shasum -a 256 dist/*'
164 171 shasum -a 256 dist/*
165 172 echo $NOR
166 173
General Comments 0
You need to be logged in to leave comments. Login now