Bug Fixes
- Add support for setting build_command to "false"
([`520cf1e`](https://github.com/python-semantic-release/python-semantic-release/commit/520cf1eaa7816d0364407dbd17b5bc7c79806086))
Fixes 328
- Upgrade python-gitlab range
([`abfacc4`](https://github.com/python-semantic-release/python-semantic-release/commit/abfacc432300941d57488842e41c06d885637e6c))
Keeping both 1.x and 2.x since only change that is breaking is dropping python 3.6 support. I hope
that leaving the lower limit will make it still work with python 3.6.
Fixes 329
Documentation
- Add common options to documentation
([`20d79a5`](https://github.com/python-semantic-release/python-semantic-release/commit/20d79a51bffa26d40607c1b77d10912992279112))
These can be found by running `semantic-release --help`, but including them in the documentation
will be helpful for CI users who don't have the command installed locally.
Related to 327.