Add guideline of tasks required to publish a new version
This guideline will be helpful to future maintainers.
We will be able to write it after the release of the first version: 0.2
Expected tasks to execute before:
- update the release notes
- merge
develop
intomaster
- create git tag
- authorized names for release candidates:
M.m(.p)rcwhatever
(https://packaging.python.org/guides/distributing-packages-using-setuptools/#standards-compliance-for-interoperability) - tag version should match
__meta__.version
- authorized names for release candidates:
- push to pypi
- announce
And then
- Update
__meta__.version
to match the next expected release number indevelop
branch
Edited by Luc Hermitte