##// END OF EJS Templates
some updates to release tool
Matthias Bussonnier -
Show More
@@ -139,10 +139,10 b' then'
139 read
139 read
140
140
141 echo
141 echo
142 echo "Let's commit : git commit -am \"back to dev\" -S"
142 echo "Let's commit : "$BLUE"git commit -am \"back to dev\""$NOR
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" -S
145 git commit -am "back to dev"
146
146
147 echo
147 echo
148 echo $BLUE"let's : git checkout $VERSION"$NOR
148 echo $BLUE"let's : git checkout $VERSION"$NOR
@@ -157,13 +157,15 b' then'
157 echo
157 echo
158 echo $BLUE"Attempting to build package..."$NOR
158 echo $BLUE"Attempting to build package..."$NOR
159
159
160 tools/build_release
160 tools/release
161
161
162 echo '$ shasum -a 256 dist/*'
162 echo '$ shasum -a 256 dist/*'
163 echo $RED
163 shasum -a 256 dist/*
164 shasum -a 256 dist/*
165 echo $NOR
164
166
165 if ask_section "upload packages ?"
167 if ask_section "upload packages ?"
166 then
168 then
167 tools/build_release upload
169 tools/release upload
168 fi
170 fi
169 fi
171 fi
General Comments 0
You need to be logged in to leave comments. Login now