Update release instructions (#5221)

This commit is contained in:
Dmitrii Anoshin 2022-04-15 11:58:33 -07:00 committed by GitHub
parent 80e798415e
commit 6fed15bf12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -25,6 +25,8 @@ It is possible that a core approver isn't a contrib approver. In that case, the
## Releasing opentelemetry-collector
1. Make sure that there are no open issues with `release:blocker` label in Core or Contrib repo. The release has to be delayed until they are resolved.
1. Make sure the current `main` branch build successfully passes (Core and Contrib).
1. Determine the version number that will be assigned to the release. During the beta phase, we increment the minor version number and set the patch number to 0. In this document, we are using `v0.45.0` as the version to be released, following `v0.44.0`.
@ -44,6 +46,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 `cmd/otelcorecol/main.go`.
* Update the collector version in the `examples/k8s/otel-config.yaml`