@@ -32,11 +32,16 @@ tagged commit should be tested locally before it is uploaded::
3232 pytest -n 8 .
3333
3434
35- In addition the following two tests should be run and manually inspected::
35+ In addition the following test should be run and manually inspected::
36+
37+ python unit/memleak.py agg agg.pdf
38+
39+
40+ In addition the following should be run and manually inspected, but
41+ is currently broken::
3642
37- python unit/memleak_hawaii3.py
3843 pushd examples/tests/
39- python backend_driver .py
44+ python backend_driver_sgskip .py
4045 popd
4146
4247
@@ -45,7 +50,11 @@ In addition the following two tests should be run and manually inspected::
4550GitHub Stats
4651------------
4752
48- We automatically extract GitHub issue, PRs, and authors from GitHub via the API::
53+
54+ We automatically extract GitHub issue, PRs, and authors from GitHub via the API.
55+ copy the current :file: `github_stats.rst ` to :file: `github_stats_X.Y.Z.rst `.
56+
57+ To re-generate the updated ::
4958
5059 python tools/github_stats.py --since-tag v2.2.0 --milestone=v3.0 --project 'matplotlib/matplotlib' --links > doc/users/github_stats.rst
5160
@@ -65,6 +74,9 @@ Review and commit changes. Some issue/PR titles may not be valid rst (the most
6574Update and Validate the Docs
6675----------------------------
6776
77+ Merge the most recent 'doc' branch (``v3.0.2-doc ``) into the branch you
78+ are going to tag on and delete the doc branch on GitHub.
79+
6880Before tagging, update the "what's new" and "API changes" listings.
6981
7082for the "what's new"
@@ -96,6 +108,7 @@ need to create a python2 environment with ``requests==2.9.0`` and linkchecker ::
96108 pip install linkchecker
97109 pushd doc/build/html
98110 linkchecker index.html --check-extern
111+ popd
99112
100113Address any issues which may arise. The internal links are checked on travis, this should only
101114flag failed external links.
0 commit comments