##// END OF EJS Templates
try to auto comment ''/.dev
Matthias Bussonnier -
Show More
@@ -100,6 +100,10 b' echo "Cleaning repository"'
100 git clean -xfdi
100 git clean -xfdi
101
101
102 echo $GREEN"please update version number in ${RED}IPython/core/release.py${NOR} , Do not commit yet – we'll do it later."$NOR
102 echo $GREEN"please update version number in ${RED}IPython/core/release.py${NOR} , Do not commit yet – we'll do it later."$NOR
103 echo $GREEN"I tried ${RED}sed -i bkp -e '/Uncomment/s/^# //g' IPython/core/release.py${NOR}"
104 sed -i bkp -e '/Uncomment/s/^# //g' IPython/core/release.py
105 rm IPython/core/release.pybkp
106 git diff
103
107
104 echo $GREEN"Press enter to continue"$NOR
108 echo $GREEN"Press enter to continue"$NOR
105 read
109 read
@@ -142,7 +146,13 b' then'
142
146
143
147
144 echo $GREEN"please update version number and back to .dev in ${RED}IPython/core/release.py"
148 echo $GREEN"please update version number and back to .dev in ${RED}IPython/core/release.py"
149 echo $GREEN"I tried ${RED}sed -i bkp -e '/Uncomment/s/^/# /g' IPython/core/release.py${NOR}"
150 sed -i bkp -e '/Uncomment/s/^/# /g' IPython/core/release.py
151 rm IPython/core/release.pybkp
152 git diff
153 echo $GREEN"Please bump ${RED}the minor version number${NOR}"
145 echo ${BLUE}"Do not commit yet – we'll do it later."$NOR
154 echo ${BLUE}"Do not commit yet – we'll do it later."$NOR
155
146
156
147 echo $GREEN"Press enter to continue"$NOR
157 echo $GREEN"Press enter to continue"$NOR
148 read
158 read
General Comments 0
You need to be logged in to leave comments. Login now