fixed releasing doc
This commit is contained in:
parent
7d50eec689
commit
5e204617d0
1 changed files with 2 additions and 2 deletions
|
@ -1,11 +1,11 @@
|
||||||
## Release
|
## Release
|
||||||
|
|
||||||
```
|
```
|
||||||
adjust version no in build.py to release version no.
|
adjust version no in setup.py to release version no.
|
||||||
git commit -am "release"
|
git commit -am "release"
|
||||||
git tag -am "release" release-[release version no]
|
git tag -am "release" release-[release version no]
|
||||||
git push --follow-tags
|
git push --follow-tags
|
||||||
increase version no in build.py
|
increase version no in setup.py
|
||||||
git commit -am "version bump"
|
git commit -am "version bump"
|
||||||
git push
|
git push
|
||||||
pip3 install --upgrade --user dda-python-terraform
|
pip3 install --upgrade --user dda-python-terraform
|
Loading…
Reference in a new issue