improve releaseing doc
This commit is contained in:
parent
abceb290a4
commit
51f07bbc78
1 changed files with 11 additions and 7 deletions
18
README.md
18
README.md
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue