fixed releasing doc

merge-requests/2/merge
bom 2 years ago
parent 7d50eec689
commit 5e204617d0

@ -1,11 +1,11 @@
## 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 tag -am "release" release-[release version no]
git push --follow-tags
increase version no in build.py
increase version no in setup.py
git commit -am "version bump"
git push
pip3 install --upgrade --user dda-python-terraform
Loading…
Cancel
Save