mirror of
https://github.com/jazzband/django-discover-jenkins.git
synced 2026-03-16 22:20:28 +00:00
Improved release docs
This commit is contained in:
parent
85583fe7ff
commit
caab2ba679
1 changed files with 2 additions and 2 deletions
4
DEVEL.md
4
DEVEL.md
|
|
@ -11,8 +11,8 @@ When you are ready to release a new version you need to follow these steps.
|
|||
For example version 1.0.3:
|
||||
|
||||
1. Change the version number at ```discover_jenkins/__init__.py```
|
||||
2. Commit ```git commit -m "Bump version"```
|
||||
3. Tag ```git tag v1.0.3```
|
||||
2. Commit ```git commit -m "Release 1.0.3"```
|
||||
3. Tag ```git tag 1.0.3```
|
||||
4. Push changes ```git push origin master```
|
||||
5. Push tags ```git push --tags```
|
||||
6. Upload release to Pypi ```python setup.py sdist upload```
|
||||
|
|
|
|||
Loading…
Reference in a new issue