As this will automatically close the open file no matter what; cf. [1]. [1] https://www.python.org/dev/peps/pep-0343 Change-Id: I1f8ce004763917014f23bb168fa63d954df56c13
Release Noter
Setup
The --deploy option is to be removed if Pipfile.lock is out of date.
pipenv install --dev
pipenv install --dev --deploy
Usage
pipenv run python release_noter.py -h
Examples
pipenv run python release_noter.py v3.2.3..HEAD
pipenv run python release_noter.py v3.2.3..v3.3.0-rc0
pipenv run python release_noter.py v3.2.3..v3.3.0-rc0 -c
Coding
pipenv run black release_noter.py
pipenv run flake8 release_noter.py