Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 1.03 KB

RELEASING.md

File metadata and controls

29 lines (17 loc) · 1.03 KB

Release Checklist

  • check tests pass on GitHub Actions GitHub Actions status

  • Update changelog

  • Go to the Releases page and

    • Click "Draft a new release"

    • Click "Choose a tag"

    • Type the next vX.Y.Z version and select "Create new tag: vX.Y.Z on publish"

    • Leave the "Release title" blank (it will be autofilled)

    • Click "Generate release notes" and amend as required

    • Click "Publish release"

  • Check the tagged GitHub Actions build has deployed to PyPI

  • Check installation:

    python -m pip uninstall -y blurb && python -m pip install -U blurb && blurb help