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