Show More
@@ -81,6 +81,21 b' then' | |||
|
81 | 81 | |
|
82 | 82 | fi |
|
83 | 83 | |
|
84 | if ask_section "Generate API difference (using frapuccino)" | |
|
85 | then | |
|
86 | echo $BLUE"Checking out $PREV_RELEASE"$NOR | |
|
87 | git checkout $PREV_RELEASE | |
|
88 | echo $BLUE"Saving API to file $PREV_RELEASE"$NOR | |
|
89 | frappuccino IPython --save IPython-$PREV_RELEASE.json | |
|
90 | echo $BLUE"comming back to $BRANCH"$NOR | |
|
91 | git checkout $BRANCH | |
|
92 | echo $BLUE"comparing ..."$NOR | |
|
93 | frappuccino IPython --compare IPython-$PREV_RELEASE.json | |
|
94 | echo $GREEN"Use the above guideline to write an API changelog ..."$NOR | |
|
95 | echo $GREEN"Press any keys to continue"$NOR | |
|
96 | read | |
|
97 | fi | |
|
98 | ||
|
84 | 99 | echo "Cleaning repository" |
|
85 | 100 | git clean -xfdi |
|
86 | 101 |
General Comments 0
You need to be logged in to leave comments.
Login now