Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 407 Bytes

RELEASE_CHECK_LIST.md

File metadata and controls

41 lines (27 loc) · 407 Bytes

Prepare

  • Setup
pip install invoke
export VERSION=<the-new-version>
  • Prepare
invoke prepare-release

Tag

  • Wait for CI to be happy

  • Create tag

invoke tag

Publish

invoke download-artifacts
invoke publish

Post publish

  • Bump version to x.y.z+1-alpha.1
VERSION=<the-new-version> invoke update-version
  • Write blog post