mirror of
https://github.com/open-telemetry/opentelemetry-go.git
synced 2025-01-01 22:09:57 +02:00
Fix generator.go call typo in RELEASING.md (#1977)
`go run generate.go` changed to `go run generator.go`
This commit is contained in:
parent
7a0cee7b3a
commit
741cb9a3df
@ -13,8 +13,8 @@ There are currently two categories of semantic conventions that must be generate
|
||||
|
||||
```
|
||||
cd internal/tools/semconv-gen
|
||||
go run generate.go -i /path/to/specification/repo/semantic_conventions/resource
|
||||
go run generate.go -i /path/to/specification/repo/semantic_conventions/trace
|
||||
go run generator.go -i /path/to/specification/repo/semantic_conventions/resource
|
||||
go run generator.go -i /path/to/specification/repo/semantic_conventions/trace
|
||||
```
|
||||
|
||||
Using default values for all options other than `input` will result in using the `template.j2` template to
|
||||
|
Loading…
Reference in New Issue
Block a user