2022-01-21 12:23:50 +00:00
|
|
|
## Release
|
|
|
|
|
|
|
|
```
|
|
|
|
adjust version no in build.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
|
|
|
|
git commit -am "version bump"
|
|
|
|
git push
|
2022-01-21 12:26:46 +00:00
|
|
|
pip3 install --upgrade --user dda-python-terraform
|
2022-01-21 12:23:50 +00:00
|
|
|
```
|