Skip to content

Commit 114f69a

Browse files
committed
DOC: update release instructions
1 parent 3004403 commit 114f69a

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

doc/source/devel/make_release.rst

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,14 @@ Release checklist
5555
are as complete as possible and that every contributor was recognized.
5656

5757
* Use the opportunity to update the ``.mailmap`` file if there are any duplicate
58-
authors listed from ``git shortlog``.
58+
authors listed from ``git shortlog -nse``.
5959

6060
* Check the ``long_description`` in ``nibabel/info.py``. Check it matches the
61-
``README`` in the root directory.
61+
``README`` in the root directory. Check the output of::
62+
63+
rst2html.py README.rst > ~/tmp/readme.html
64+
65+
becase this will be the output used by pypi_
6266

6367
* Do a final check on the `nipy buildbot`_
6468

0 commit comments

Comments
 (0)