-
-
Notifications
You must be signed in to change notification settings - Fork 12
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