1
0
mirror of https://github.com/coreos/prometheus-operator.git synced 2026-02-05 15:46:31 +01:00

add note in RELEASE.md about pkg/apis/monitoring tag

This commit is contained in:
Theo Brigitte
2020-09-24 14:15:25 +02:00
parent 0f856b85fb
commit cdecd23d01

View File

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