Skip to content

Commit

Permalink
Release v1.0.0 (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
pellared committed Jul 14, 2023
1 parent f10b42b commit 97744b2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[submodule "opentelemetry-proto"]
path = opentelemetry-proto
url = https://github.com/open-telemetry/opentelemetry-proto
branch = v0.20.0
branch = v1.0.0
2 changes: 1 addition & 1 deletion RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ have been updated and the generated code needs to be updated.
make sync VERSION=<new-version>
```

2. Edit [`versions.yaml`] with the new version number. Then, ensure the correct modules versions
2. Edit [`versions.yaml`] with the new version number. Then, ensure the correct modules versions
are updated and the [`versions.yaml`] syntax is correct.

```sh
Expand Down
2 changes: 1 addition & 1 deletion opentelemetry-proto
2 changes: 1 addition & 1 deletion versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

module-sets:
all:
version: v0.20.0
version: v1.0.0
modules:
- go.opentelemetry.io/proto
- go.opentelemetry.io/proto/otlp
Expand Down

0 comments on commit 97744b2

Please sign in to comment.