Remove doc/releasing.md

merge-requests/1/head
Th0masL 2 years ago
parent faac8aea46
commit fe77b92cdd
No known key found for this signature in database
GPG Key ID: 5111AAE5DF075B38

@ -1,12 +0,0 @@
## Release
```
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 setup.py
git commit -am "version bump"
git push
pip3 install --upgrade --user python-terraform
```
Loading…
Cancel
Save