-
Notifications
You must be signed in to change notification settings - Fork 3
/
release-checklist.txt
31 lines (31 loc) · 1.18 KB
/
release-checklist.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
* docs:
* update doc/changes.rst, doc/format.rst
* make sure appropriate ..versionadded:: directives are present
* make sure docs are up to date
* check coverage
* cd doc; make html -- check that there are no warnings
* check MANIFEST.in
* update zs/version.py
* make sure there are no uncommitted changes
* clone a clean source directory
* in clean clone: python setup.py sdist --formats=zip
* test the sdist builds and passes tests (ideally in a clean venv,
e.g., no cython):
cd dist
virtualenv t
t/bin/pip install nose nose-progressive backports.lzma
t/bin/pip install zs-*.zip
t/bin/nosetests --all-modules zs
* twine upload dist/*.zip
* in original directory: git tag <version> && git push --tags
* Go to http://readthedocs.org/dashboard/zs/versions/, set the new
version to build and update the default.
* announce release on:
...?
* update zs/version.py (add "-dev")
* go to https://github.com/njsmith/zs/releases/new and type the tag
name and give it some text. (This will trigger Zenodo archiving the
tag.)
* go to
https://zenodo.org/search?f=author&p=Nathaniel%20J.%20Smith&ln=en
to find the new archive and add the DOI image to changes.rst.