Skip to content

Commit d061e35

Browse files
authored
Update RELEASING.md to reflect auto-update workflow (open-telemetry#466)
1 parent a9b1c07 commit d061e35

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

RELEASING.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,12 @@ with [open-telemetry/semantic-conventions](https://github.com/open-telemetry/sem
77

88
Applies to major, minor and patch releases of `open-telemetry/semantic-conventions`.
99

10-
* Merge a PR to `main` with the following changes:
11-
* Update the `CHANGELOG.md`
10+
* The semantic conventions version bump and code generation are handled automatically by the
11+
[auto-update-semconv workflow](.github/workflows/auto-update-semconv.yml), which opens a PR
12+
against `main` whenever a new `open-telemetry/semantic-conventions` release is published.
13+
* Optionally, merge a PR to `main` updating `CHANGELOG.md` if there are any notable changes
14+
beyond the straight semantic conventions version update in this release.
1215
* The heading for the unreleased entries should be `## Unreleased`
13-
* Bump the `semanticConventionsVersion` variable in `build.gradle.kts` to version
14-
of `semantic-conventions` to be released
15-
* Follow the instructions
16-
to [generate the semantic conventions](CONTRIBUTING.md#generating-semantic-conventions)
1716
* Run
1817
the [Prepare release branch workflow](https://github.com/open-telemetry/semantic-conventions-java/actions/workflows/prepare-release-branch.yml)
1918
* Press the "Run workflow" button, and leave the default branch `main` selected

0 commit comments

Comments
 (0)