update doc
This commit is contained in:
parent
fcee1dc738
commit
5bb57fd572
1 changed files with 5 additions and 2 deletions
|
@ -180,10 +180,13 @@ def destroy(project):
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## Release
|
## Snapshot & Release
|
||||||
|
|
||||||
```
|
```
|
||||||
pyb [dev|patch|minor|major] prepare_release publish tag_bump_and_push_release
|
pyb dev publish upload
|
||||||
|
pip3 install --upgrade --user ddadevops --pre
|
||||||
|
|
||||||
|
pyb [patch|minor|major] prepare_release tag_bump_and_push_release
|
||||||
pip3 install --upgrade --user ddadevops
|
pip3 install --upgrade --user ddadevops
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue