- Verify the build by running
make build test docker. - Update the
CHANGELOG.mdfor the impending release. - Run
git commit -am "Prepare for release X.Y.Z."(where X.Y.Z is the new version). - Run
git tag -a X.Y.Z -m "Version X.Y.Z"(where X.Y.Z is the new version). - Run
git push && git push --tags. - Run
make docker-push. - Create a release on Github.
- Upload the files from the
binfolder.