mirror of
https://github.com/open-telemetry/opentelemetry-go.git
synced 2024-12-26 21:05:00 +02:00
Update RELEASING docs git command for semconv gen (#2789)
This commit is contained in:
parent
f6d691efa7
commit
ff0857afc4
@ -13,7 +13,7 @@ For example,
|
||||
```sh
|
||||
export TAG="v1.7.0" # Change to the release version you are generating.
|
||||
export OTEL_SPEC_REPO="/absolute/path/to/opentelemetry-specification"
|
||||
cd "$OTEL_SPEC_REPO" && git checkout "tags/$TAG" && cd -
|
||||
git -C "$OTEL_SPEC_REPO" checkout "tags/$TAG"
|
||||
make semconv-generate # Uses the exported TAG and OTEL_SPEC_REPO.
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user