Show More
@@ -116,21 +116,6 If a major release: | |||||
116 | - move the contents of ``development.rst`` to ``versionX.rst`` where ``X`` is |
|
116 | - move the contents of ``development.rst`` to ``versionX.rst`` where ``X`` is | |
117 | the numerical release version |
|
117 | the numerical release version | |
118 |
|
118 | |||
119 | - generate summary of GitHub contributions, which can be done with:: |
|
|||
120 |
|
||||
121 | python tools/github_stats.py --milestone $MILESTONE > stats.rst |
|
|||
122 |
|
||||
123 | which may need some manual cleanup of ``stats.rst``. Add the cleaned |
|
|||
124 | ``stats.rst`` results to ``docs/source/whatsnew/github-stats-X.rst`` |
|
|||
125 | where ``X`` is the numerical release version (don't forget to add it to |
|
|||
126 | the git repository as well). If creating a major release, make a new |
|
|||
127 | ``github-stats-X.rst`` file; if creating a minor release, the content |
|
|||
128 | from ``stats.rst`` may simply be added to the top of an existing |
|
|||
129 | ``github-stats-X.rst`` file. |
|
|||
130 |
|
||||
131 | - Edit ``docs/source/whatsnew/index.rst`` to list the new ``github-stats-X`` |
|
|||
132 | file you just created. |
|
|||
133 |
|
||||
134 | - You do not need to temporarily remove the first entry called |
|
119 | - You do not need to temporarily remove the first entry called | |
135 | ``development``, nor re-add it after the release, it will automatically be |
|
120 | ``development``, nor re-add it after the release, it will automatically be | |
136 | hidden when releasing a stable version of IPython (if ``_version_extra`` |
|
121 | hidden when releasing a stable version of IPython (if ``_version_extra`` |
@@ -90,28 +90,6 then | |||||
90 | read |
|
90 | read | |
91 | fi |
|
91 | fi | |
92 |
|
92 | |||
93 | # if ask_section "Gen Stats, and authors" |
|
|||
94 | # then |
|
|||
95 | # |
|
|||
96 | # echo |
|
|||
97 | # echo $BLUE"here are all the authors that contributed to this release:"$NOR |
|
|||
98 | # git log --format="%aN <%aE>" $PREV_RELEASE... | sort -u -f |
|
|||
99 | # |
|
|||
100 | # echo |
|
|||
101 | # echo $BLUE"If you see any duplicates cancel (Ctrl-C), then edit .mailmap." |
|
|||
102 | # echo $GREEN"Press enter to continue:"$NOR |
|
|||
103 | # read |
|
|||
104 | # |
|
|||
105 | # echo $BLUE"generating stats"$NOR |
|
|||
106 | # python tools/github_stats.py --milestone $MILESTONE > stats.rst |
|
|||
107 | # |
|
|||
108 | # echo $BLUE"stats.rst files generated."$NOR |
|
|||
109 | # echo $GREEN"Please merge it with the right file (github-stats-X.rst) and commit."$NOR |
|
|||
110 | # echo $GREEN"press enter to continue."$NOR |
|
|||
111 | # read |
|
|||
112 | # |
|
|||
113 | # fi |
|
|||
114 |
|
||||
115 | # if ask_section "Generate API difference (using frapuccino)" |
|
93 | # if ask_section "Generate API difference (using frapuccino)" | |
116 | # then |
|
94 | # then | |
117 | # echo $BLUE"Checking out $PREV_RELEASE"$NOR |
|
95 | # echo $BLUE"Checking out $PREV_RELEASE"$NOR |
1 | NO CONTENT: file was removed |
|
NO CONTENT: file was removed |
1 | NO CONTENT: file was removed, binary diff hidden |
|
NO CONTENT: file was removed, binary diff hidden |
1 | NO CONTENT: file was removed, binary diff hidden |
|
NO CONTENT: file was removed, binary diff hidden |
1 | NO CONTENT: file was removed, binary diff hidden |
|
NO CONTENT: file was removed, binary diff hidden |
1 | NO CONTENT: file was removed, binary diff hidden |
|
NO CONTENT: file was removed, binary diff hidden |
1 | NO CONTENT: file was removed |
|
NO CONTENT: file was removed |
1 | NO CONTENT: file was removed |
|
NO CONTENT: file was removed |
General Comments 0
You need to be logged in to leave comments.
Login now