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
|
||||
|
||||
## Release
|
||||
1. git commit -am "release"
|
||||
1. git tag -am "release" version
|
||||
2. git push --follow-tags
|
||||
3. increase version no in build.py
|
||||
4. git commit -am "version bump"
|
||||
5. git push
|
||||
6. pip3 install --upgrade --user ddadevops
|
||||
|
||||
```
|
||||
adjust version no in build.py to release version no.
|
||||
git commit -am "release"
|
||||
git tag -am "release" [release version no]
|
||||
git push --follow-tags
|
||||
increase version no in build.py
|
||||
git commit -am "version bump"
|
||||
git push
|
||||
pip3 install --upgrade --user ddadevops
|
||||
```
|
||||
|
||||
|
||||
# License
|
||||
|
|
Loading…
Reference in a new issue