docs/Release-Guide.md: mention that CHANGELOG.md must be updated before release

This commit is contained in:
Aliaksandr Valialkin 2020-09-30 08:53:10 +03:00
parent 58465bb29b
commit a897cf2ec3

View file

@ -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.