dda-python-terraform/doc/releasing.md

12 lines
293 B
Markdown
Raw Normal View History

2022-01-21 12:23:50 +00:00
## Release
```
2022-01-28 08:23:58 +00:00
adjust version no in setup.py to release version no.
2022-01-21 12:23:50 +00:00
git commit -am "release"
git tag -am "release" release-[release version no]
git push --follow-tags
2022-01-28 08:23:58 +00:00
increase version no in setup.py
2022-01-21 12:23:50 +00:00
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
```