From a79a439dac36da9f90b3371f088232c51bff50e6 Mon Sep 17 00:00:00 2001 From: Aliaksandr Valialkin Date: Wed, 15 Nov 2023 21:55:45 +0100 Subject: [PATCH] docs/Release-Guide.md: point to the proper location for CHANGELOG.md at github.com/VictoriaMetrics/operator repository --- docs/Release-Guide.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Release-Guide.md b/docs/Release-Guide.md index 6ebfec621..e9979d11d 100644 --- a/docs/Release-Guide.md +++ b/docs/Release-Guide.md @@ -143,10 +143,10 @@ The operator repository [https://github.com/VictoriaMetrics/operator/](https://g - `vmbackupmanager` in `BaseOperatorConf.VMBackup.Version` (should be enterprise version), - `vmauth` in `BaseOperatorConf.VMAuthDefault.Version`. - 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`. - 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