Show More
@@ -108,12 +108,14 b' if ask_section "Generate API difference (using frapuccino)"' | |||||
108 | then |
|
108 | then | |
109 | echo $BLUE"Checking out $PREV_RELEASE"$NOR |
|
109 | echo $BLUE"Checking out $PREV_RELEASE"$NOR | |
110 | git checkout $PREV_RELEASE |
|
110 | git checkout $PREV_RELEASE | |
|
111 | sleep 1 | |||
111 | echo $BLUE"Saving API to file $PREV_RELEASE"$NOR |
|
112 | echo $BLUE"Saving API to file $PREV_RELEASE"$NOR | |
112 | frappuccino IPython --save IPython-$PREV_RELEASE.json |
|
113 | frappuccino IPython IPython.kernel IPython.lib IPython.qt IPython.lib.kernel IPython.html IPython.frontend IPython.external --save IPython-$PREV_RELEASE.json | |
113 | echo $BLUE"comming back to $BRANCH"$NOR |
|
114 | echo $BLUE"comming back to $BRANCH"$NOR | |
114 | git checkout $BRANCH |
|
115 | git checkout $BRANCH | |
|
116 | sleep 1 | |||
115 | echo $BLUE"comparing ..."$NOR |
|
117 | echo $BLUE"comparing ..."$NOR | |
116 | frappuccino IPython --compare IPython-$PREV_RELEASE.json |
|
118 | frappuccino IPython IPython.kernel IPython.lib --compare IPython-$PREV_RELEASE.json | |
117 | echo $GREEN"Use the above guideline to write an API changelog ..."$NOR |
|
119 | echo $GREEN"Use the above guideline to write an API changelog ..."$NOR | |
118 | echo $GREEN"Press any keys to continue"$NOR |
|
120 | echo $GREEN"Press any keys to continue"$NOR | |
119 | read |
|
121 | read |
General Comments 0
You need to be logged in to leave comments.
Login now