New Vent Releases¶
Get the latest clone of Vent from https://github.com/CyberReboot/vent
Change the version number
setup.pydocs/source/conf.py
Edit
CHANGELOG.mdand include a list of changes that were made. Please follow previous formatting.Run list of authors and put in AUTHORS to make sure it is up to date:
git log --format='%aN <%aE>' | sort -f | uniq
Commit the changes, open a PR, and merge into
master.Now let’s upload the release to pypi assuming there’s an account with admin access and a corresponding
.pypirc:python3 setup.py sdist upload
Create a new github release. Tag and release title are the version number.
Finally, change the version number to the next version number with a
devtag. Eg:0.4.4.dev. Commit the version change, make a PR, and merge tomaster.