Skip to content

Release checklist

Bruno P. Kinoshita edited this page Dec 8, 2021 · 7 revisions
  • pull requests closed?
  • no issues in the milestone?
  • changelog done?
  • build / tests passing?
  • update setup.py version
  • create tag and push to github
  • rm -rf dist/ && pip install wheel && python setup.py sdist bdist_wheel
  • pip install twine
  • twine upload --repository protobuf-uml-diagram dist/*
  • prepare next release version in setup.py
  • create new empty changelog entry
  • prepare next milestone in github
Clone this wiki locally