Update release checklist with entry to check the README.rst format.

Signed-off-by: Michael Price <loneviking72@gmail.com>
This commit is contained in:
Michael Price
2018-03-20 19:20:45 -04:00
committed by Roberto Rosario
parent 0ef05ad4e3
commit 9b08cf221a
2 changed files with 12 additions and 6 deletions

View File

@@ -418,26 +418,30 @@ Release checklist
5. Update changelog.
6. Update requirements version in `setup.py`
7. Bump version in `mayan/__init__.py`
8. Build source package and test::
8. Check README.rst format with::
$ python setup.py check -r -s
9. Build source package and test::
$ make test_sdist_via_docker_ubuntu
9. Build wheel package and test::
10. Build wheel package and test::
$ make test_whell_via_docker_ubuntu
10. Tag version::
11. Tag version::
$ git tag -a vX.Y.Z -m "Version X.Y.Z"
11. Push tag upstream::
12. Push tag upstream::
$ git push --tags
12. Build and upload a test release::
13. Build and upload a test release::
$ make release_test_via_docker_ubuntu
13. Build and upload a final release::
14. Build and upload a final release::
$ make release_via_docker_ubuntu

View File

@@ -9,6 +9,8 @@ flake8==3.5.0
ipython==5.5.0
readme==0.7.1
safety==1.7.0
transifex-client==0.13.1