##// END OF EJS Templates
some updates to release scripts
Matthias Bussonnier -
Show More
@@ -143,6 +143,13 b' then'
143 echo $GREEN"Press enter to commit"$NOR
143 echo $GREEN"Press enter to commit"$NOR
144 read
144 read
145 git commit -am "back to dev"
145 git commit -am "back to dev"
146
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
146
153
147 echo
154 echo
148 echo $BLUE"let's : git checkout $VERSION"$NOR
155 echo $BLUE"let's : git checkout $VERSION"$NOR
@@ -159,8 +166,8 b' then'
159
166
160 tools/release
167 tools/release
161
168
162 echo '$ shasum -a 256 dist/*'
163 echo $RED
169 echo $RED
170 echo '$ shasum -a 256 dist/*'
164 shasum -a 256 dist/*
171 shasum -a 256 dist/*
165 echo $NOR
172 echo $NOR
166
173
General Comments 0
You need to be logged in to leave comments. Login now