You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#10384
updated `goreleaser` to a new major version and this appears to have
[broken the
config](https://github.com/open-telemetry/opentelemetry-collector/actions/runs/9565775767/job/26369463094).
This problem only became apparent during the release process since the
config is not used otherwise.
This PR adds a github action to run `goreleaser check` on all PRs, since
changes to the config may not be caught until release is attempted.
I've also included what may be the only necessary change to the config,
by [renaming `changelog.skip` to
`changelog.disable`](goreleaser/goreleaser@29f30b6).
This passes `goreleaser check` when run locally.
The `monorepo` section of the config fails locally, but the feature
appears to require the Pro version so I'm unclear if it will pass with
the OSS version.
0 commit comments