Skip to content

Release Checklist

Will Price edited this page May 11, 2019 · 3 revisions
  • Check the working dir is clean (git clean -f -d to nuke anything not tracked)
  • Update version number in src/flowty/__version__.py
  • Update $ export FLOWTY_VERSION=x.x.x line in docs/source/build.rst
  • Add changelog entry for this version in CHANGELOG.md
  • Pull latest docker base image
  • Build docker container
  • Run tests within container
  • Tag container with willprice/flowty:latest
  • Tag container with willprice/flowty:<version>
  • Push willprice/flowty:latest
  • Push willprice/flowty:<version>
  • git tag 'v<version>'
  • git push --tags

Clone this wiki locally