docs/Release-Guide.md: point to the proper location for CHANGELOG.md at github.com/VictoriaMetrics/operator repository

This commit is contained in:
Aliaksandr Valialkin 2023-11-15 21:55:45 +01:00
parent 4c25ee3597
commit a79a439dac
No known key found for this signature in database
GPG Key ID: A72BEC6CD3D0DED1

View File

@ -143,10 +143,10 @@ The operator repository [https://github.com/VictoriaMetrics/operator/](https://g
- `vmbackupmanager` in `BaseOperatorConf.VMBackup.Version` (should be enterprise version), - `vmbackupmanager` in `BaseOperatorConf.VMBackup.Version` (should be enterprise version),
- `vmauth` in `BaseOperatorConf.VMAuthDefault.Version`. - `vmauth` in `BaseOperatorConf.VMAuthDefault.Version`.
- Run `make operator-conf`. - Run `make operator-conf`.
- Rename "Next release" section in `CHANGELOG.md` to the *new release version* and create new empty "Next release" section. - Rename "Next release" section in `docs/CHANGELOG.md` to the *new release version* and create new empty "Next release" section.
- Commit and push changes to `master`. - Commit and push changes to `master`.
- Create and push a new tag with the *new release version*. - Create and push a new tag with the *new release version*.
- Create github release from this tag with "Release notes" from `CHANGELOG` for this version in description. - Create github release from this tag with "Release notes" from `docs/CHANGELOG.md` for this version in description.
## Helm Charts ## Helm Charts