-
Notifications
You must be signed in to change notification settings - Fork 1
Release Checklist
Will Price edited this page May 11, 2019
·
3 revisions
- Check the working dir is clean (
git clean -f -dto nuke anything not tracked) - Update version number in
src/flowty/__version__.py - Update
$ export FLOWTY_VERSION=x.x.xline indocs/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