##// END OF EJS Templates
a few typos
Matthias Bussonnier -
Show More
@@ -1,5 +1,5 b''
1 1 # Simple tool to help for release
2 # when releasing with bash, simplei source it to get asked questions.
2 # when releasing with bash, simple source it to get asked questions.
3 3
4 4 # misc check before starting
5 5
@@ -104,7 +104,7 b' echo $BLUE"Attempting to build package..."$NOR'
104 104 tools/build_release
105 105 rm dist/*
106 106
107 if ask_section "Shoudl we commit, tag, push... etc ? "
107 if ask_section "Should we commit, tag, push... etc ? "
108 108 then
109 109 echo
110 110 echo "Let's commit : git commit -am \"release $VERSION\" -S"
General Comments 0
You need to be logged in to leave comments. Login now