-
Notifications
You must be signed in to change notification settings - Fork 219
Release Process
Aaron Riedener edited this page Aug 2, 2018
·
2 revisions
Precondition: Setup a .pypirc in the home folder of the developer that includes the password and the username to access the pypi repo koalix-crm
A release includes the following steps:
- Update setup.py with the new versions and dependencies
- Update the koalixcrm.py/version.py with the new version and dependencies
- Update the requirements.txt documents within requirements folder add the new dependencies
- Update LICENSE file with latest date
- Update documentation explaining the new features
- Commit changes
- Set a tag on the master
- run command
python setup.py sdist upload -r pypi