Skip to content

Commit 97744b2

Browse files
authored
Release v1.0.0 (#120)
1 parent f10b42b commit 97744b2

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[submodule "opentelemetry-proto"]
22
path = opentelemetry-proto
33
url = https://github.com/open-telemetry/opentelemetry-proto
4-
branch = v0.20.0
4+
branch = v1.0.0

RELEASING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ have been updated and the generated code needs to be updated.
1414
make sync VERSION=<new-version>
1515
```
1616

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

2020
```sh

versions.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
module-sets:
1616
all:
17-
version: v0.20.0
17+
version: v1.0.0
1818
modules:
1919
- go.opentelemetry.io/proto
2020
- go.opentelemetry.io/proto/otlp

0 commit comments

Comments
 (0)