Update docs/release to not manually change file, but re-run the builder (#5341)

Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com>
This commit is contained in:
Bogdan Drutu 2022-05-17 09:16:40 -07:00 committed by GitHub
parent 1d00590f99
commit 8505a3d1c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions

View File

@ -45,10 +45,8 @@ It is possible that a core approver isn't a contrib approver. In that case, the
* Update the collector version in the collector builder to the new release in `./cmd/builder/internal/builder/config.go`.
* Update the collector version in the manifest used by `make run` to the new release in `./cmd/otelcorecol/builder-config.yaml`.
* Update the collector version in the manifest used by `make run` to the new release in `./cmd/otelcorecol/builder-config.yaml` and run `make genotelcorecol`.
* Update the collector version in the `cmd/otelcorecol/main.go`.
* Update the collector version in the `examples/k8s/otel-config.yaml`
* Submit a PR with the changes and get the PR approved and merged.