mirror of
https://github.com/jazzband/django-discover-jenkins.git
synced 2026-03-16 22:20:28 +00:00
559 B
559 B
Developer instructions
Here you can find some instructions when developing for this package.
Release a new version
When you are ready to release a new version you need to follow these steps.
For example version 1.0.3:
- Change the version number at
discover_jenkins/__init__.py - Commit
git commit -m "Release 1.0.3" - Tag
git tag 1.0.3 - Push changes
git push origin master - Push tags
git push --tags - Upload release to Pypi
python setup.py sdist upload - Dance!