dda-python-terraform/doc/releaseing.md

12 lines
No EOL
282 B
Markdown

## 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
pip3 install --upgrade --user ddadevops
```