diff --git a/RELEASE.md b/RELEASE.md new file mode 100644 index 0000000..51d3c74 --- /dev/null +++ b/RELEASE.md @@ -0,0 +1,9 @@ +# Releasing + +Releases are handled by the CD server with includes checksums for each binary. + +```bash +git tag 0.x +git push +git push origin --tags +```