added releasing steps to doc
This commit is contained in:
parent
99f4e2f94e
commit
9cfbb345cc
1 changed files with 8 additions and 0 deletions
8
doc/releasing.md
Normal file
8
doc/releasing.md
Normal file
|
@ -0,0 +1,8 @@
|
|||
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
|
Loading…
Reference in a new issue