Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5ef2dbb + f0d04da commit 86d44b7Copy full SHA for 86d44b7
1 file changed
tools/release_helper.sh
@@ -115,7 +115,7 @@ fi
115
if ask_section "Generate API difference (using frapuccino)"
116
then
117
echo $BLUE"Checking out $PREV_RELEASE"$NOR
118
- git switch $PREV_RELEASE
+ git checkout tags/$PREV_RELEASE
119
sleep 1
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
@@ -206,10 +206,10 @@ then
206
207
208
echo
209
- echo $BLUE"let's : git switch $VERSION"$NOR
+ echo $BLUE"let's : git checkout tags/$VERSION"$NOR
210
echo $GREEN"Press enter to continue"$NOR
211
read
212
- git switch $VERSION
+ git checkout tags/$VERSION
213
fi
214
215
if ask_section "Should we build and release ?"
0 commit comments