Skip to content

Commit

Permalink
[chore] update release configuration (open-telemetry#6983)
Browse files Browse the repository at this point in the history
This removes the need to add the location of the releases repo at the top of the changelog.

Signed-off-by: Alex Boten <[email protected]>

Signed-off-by: Alex Boten <[email protected]>
  • Loading branch information
Alex Boten authored Jan 20, 2023
1 parent ce95f57 commit 43e7b14
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 2 additions & 0 deletions cmd/builder/.goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ release:
github:
owner: open-telemetry
name: opentelemetry-collector
header: |
### Images and binaries here: https://github.com/open-telemetry/opentelemetry-collector-releases/releases/tag/{{ .Tag }}
archives:
- format: binary
checksum:
Expand Down
6 changes: 1 addition & 5 deletions docs/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,7 @@ It is possible that a core approver isn't a contrib approver. In that case, the

1. The release script for the collector builder should create a new GitHub release for the builder. This is a separate release from the core, but we might join them in the future if it makes sense.

1. A new `v0.55.0` release should be automatically created on Github by now. Edit it and use the contents from the CHANGELOG.md as the release's description. At the top of the release's changelog, add a link to the releases repository where the binaries and other artifacts are landing, like:

```
### Images and binaries here: https://github.com/open-telemetry/opentelemetry-collector-releases/releases/tag/v0.55.0
```
2. A new `v0.55.0` release should be automatically created on Github by now. Edit it and use the contents from the CHANGELOG.md as the release's description.

## Releasing opentelemetry-collector-contrib

Expand Down

0 comments on commit 43e7b14

Please sign in to comment.