This document explains what do once your Pull Request has been reviewed and all final changes applied. Now you're ready merge your branch into master and release it to the world:
- Make sure that your last PR included a version increment, in the Version file. If it didn't, open another PR to increment the version. Use semantic versioning.
- Run
./build.sh
to build a new Docker image. - Run
./release-docker.sh
to release the Docker image tagged with the most recent version, as well as updating the image under thelatest
tag. - Run
./release-github.sh
to do a GitHub repo release with that same version.