Skip to content

Commit

Permalink
Update RELEASING docs git command for semconv gen (#2789)
Browse files Browse the repository at this point in the history
  • Loading branch information
MrAlias committed Apr 14, 2022
1 parent f6d691e commit ff0857a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RELEASING.md
Expand Up @@ -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.
```

Expand Down

0 comments on commit ff0857a

Please sign in to comment.