Show More
@@ -115,7 +115,7 b' fi' | |||||
115 | if ask_section "Generate API difference (using frapuccino)" |
|
115 | if ask_section "Generate API difference (using frapuccino)" | |
116 | then |
|
116 | then | |
117 | echo $BLUE"Checking out $PREV_RELEASE"$NOR |
|
117 | echo $BLUE"Checking out $PREV_RELEASE"$NOR | |
118 |
git |
|
118 | git checkout tags/$PREV_RELEASE | |
119 | sleep 1 |
|
119 | sleep 1 | |
120 | echo $BLUE"Saving API to file $PREV_RELEASE"$NOR |
|
120 | echo $BLUE"Saving API to file $PREV_RELEASE"$NOR | |
121 | frappuccino IPython IPython.kernel IPython.lib IPython.qt IPython.lib.kernel IPython.html IPython.frontend IPython.external --save IPython-$PREV_RELEASE.json |
|
121 | frappuccino IPython IPython.kernel IPython.lib IPython.qt IPython.lib.kernel IPython.html IPython.frontend IPython.external --save IPython-$PREV_RELEASE.json | |
@@ -206,10 +206,10 b' then' | |||||
206 |
|
206 | |||
207 |
|
207 | |||
208 | echo |
|
208 | echo | |
209 |
echo $BLUE"let's : git |
|
209 | echo $BLUE"let's : git checkout tags/$VERSION"$NOR | |
210 | echo $GREEN"Press enter to continue"$NOR |
|
210 | echo $GREEN"Press enter to continue"$NOR | |
211 | read |
|
211 | read | |
212 |
git |
|
212 | git checkout tags/$VERSION | |
213 | fi |
|
213 | fi | |
214 |
|
214 | |||
215 | if ask_section "Should we build and release ?" |
|
215 | if ask_section "Should we build and release ?" |
General Comments 0
You need to be logged in to leave comments.
Login now