diff --git a/docs/Release-Guide.md b/docs/Release-Guide.md index e93e5ed47d..01ac033b27 100644 --- a/docs/Release-Guide.md +++ b/docs/Release-Guide.md @@ -2,6 +2,7 @@ Release process guidance ## Release version and Docker images +0. Document all the changes for new release in [CHANGELOG.md](https://github.com/VictoriaMetrics/VictoriaMetrics/blob/master/CHANGELOG.md). 1. Create release tag with `git tag v1.xx.y`. 2. Run `make release` for creating `*.tar.gz` release archive with the corresponding `_checksums.txt` inside `bin` directory. 3. Run `make publish` for creating and publishing Docker images.