Add release checklist in README

Fixes #62
This commit is contained in:
Vineet Naik 2017-01-07 12:53:50 +05:30
parent 23b1bd18a7
commit 370227e147
1 changed files with 14 additions and 0 deletions

View File

@ -294,6 +294,20 @@ run ``make test-tox`` once so that tests are run on all environments.
(See more: Makefile)
Release checklist
-----------------
* Make sure that tests pass on TravisCI.
* Create a commit with following changes and push it to github
- Update the `__version__` in the `pipdeptree.py` file.
- Add Changelog in `CHANGES.md` file.
- Also update `README.md` if required.
* Create an annotated tag on the above commit and push the tag to
github
* Upload new version to PyPI.
License
-------