From cdecd23d010ca777a6792ed7d5178e15b7082dca Mon Sep 17 00:00:00 2001 From: Theo Brigitte Date: Thu, 24 Sep 2020 14:15:25 +0200 Subject: [PATCH] add note in RELEASE.md about pkg/apis/monitoring tag --- RELEASE.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/RELEASE.md b/RELEASE.md index dcadca85b..0967c44bc 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -41,6 +41,12 @@ Bump the version in the `VERSION` file in the root of the repository. Once that' $ make clean generate ``` +Bump the version for `github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring` package in go.mod. This can be done with the following command: + +```bash +$ go get -u github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring +``` + Now that all version information has been updated, an entry for the new version can be added to the `CHANGELOG.md` file. Entries in the `CHANGELOG.md` are meant to be in this order: