Skip to content

Commit

Permalink
Missed changes from v0.17 release (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmacd authored Jun 16, 2022
1 parent 2b222eb commit 2c49cc3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ have been updated and the generated code needs to be updated.
make sync VERSION=<new-version>
```

2. Update [`versions.yaml`]. Ensure the correct modules versions are updated
and the [`versions.yaml`] syntax is correct.
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
make verify-versions
Expand Down Expand Up @@ -56,7 +56,7 @@ and merged use the [`multimod`] utility to tag all modules according to
current `HEAD` of your working directory is not the correct commit.

2. Push tags to the upstream remote (not your fork:
`github.com/open-telemetry/opentelemetry-go-contrib.git`). Make sure you
`github.com/open-telemetry/opentelemetry-go-proto.git`). Make sure you
push all sub-modules as well.

```sh
Expand Down
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.16.0
version: v0.17.0
modules:
- go.opentelemetry.io/proto
- go.opentelemetry.io/proto/otlp
Expand Down

0 comments on commit 2c49cc3

Please sign in to comment.