Skip to content

Commit

Permalink
Merge branch 'main' into test-func-name
Browse files Browse the repository at this point in the history
  • Loading branch information
hanyuancheung authored Apr 15, 2022
2 parents 5024e2c + ff0857a commit ce53ea7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RELEASING.md
Original file line number Diff line number Diff line change
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 ce53ea7

Please sign in to comment.