Example: checklist for release

ribbity-org/ribbity-docs#15


A brief checklist for a new release.

Before release

  • run make update_output, manually inspect git diff, and set up/merge as PR.

For a release

  • create a release against main, and auto-generate change log for release notes.
  • at the command line, run git switch main; git fetch; rm -f dist/*; python setup.py sdist
  • then twine upload dist/*

Categories

This example belongs to the following categories: