We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3004403 commit 114f69aCopy full SHA for 114f69a
doc/source/devel/make_release.rst
@@ -55,10 +55,14 @@ Release checklist
55
are as complete as possible and that every contributor was recognized.
56
57
* Use the opportunity to update the ``.mailmap`` file if there are any duplicate
58
- authors listed from ``git shortlog``.
+ authors listed from ``git shortlog -nse``.
59
60
* Check the ``long_description`` in ``nibabel/info.py``. Check it matches the
61
- ``README`` in the root directory.
+ ``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_
66
67
* Do a final check on the `nipy buildbot`_
68
0 commit comments