improve releaseing doc

This commit is contained in:
jem 2020-07-06 09:50:53 +02:00
parent abceb290a4
commit 51f07bbc78

View file

@ -216,13 +216,17 @@ def rotate_credentials_out(project):
1. every push will be published as dev-dependency 1. every push will be published as dev-dependency
## Release ## Release
1. git commit -am "release"
1. git tag -am "release" version ```
2. git push --follow-tags adjust version no in build.py to release version no.
3. increase version no in build.py git commit -am "release"
4. git commit -am "version bump" git tag -am "release" [release version no]
5. git push git push --follow-tags
6. pip3 install --upgrade --user ddadevops increase version no in build.py
git commit -am "version bump"
git push
pip3 install --upgrade --user ddadevops
```
# License # License