Skip to content

Commit 36df820

Browse files
authored
Merge branch 'main' into Correct-JSON-format-description-in-otlpreceiver-README.md-file
2 parents 7f7b739 + 5cba2fb commit 36df820

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/release.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ It is possible that a core approver isn't a contrib approver. In that case, the
2525

2626
## Releasing opentelemetry-collector
2727

28-
1. Update Contrib to use the latest in development version of Core. Run `make update-otel` in Contrib root directory and if it results in any changes submit a draft PR to Contrib. Ensure the CI passes before proceeding. This is to ensure that the latest core does not break contrib in any way. We’ll update it once more to the final release number later.
28+
1. Update Contrib to use the latest in development version of Core by running `make update-otel` in Contrib root directory. This is to ensure that the latest core does not break contrib in any way. If it results in any changes, submit a PR to Contrib.
29+
- 🛑 **Do not move forward until this PR is merged.**
2930

3031
2. Determine the version number that will be assigned to the release. Usually, we increment the minor version number and set the patch number to 0. In this document, we are using `v0.85.0` as the version to be released, following `v0.84.0`.
3132
Check if stable modules have any changes since the last release by running `make check-changes PREVIOUS_VERSION=v1.0.0 MODSET=stable`. If there are no changes, there is no need to release new version for stable modules.

0 commit comments

Comments
 (0)