opentelemetry-go
opentelemetry-go copied to clipboard
Enforce backwards compatibility when releasing v1+ modules
This is especially important given that (as of #1528) stable modules may depend on unstable ones for implementation details, so we run the risk of inadvertently "leaking" unstable APIs to consumers.
https://pkg.go.dev/golang.org/x/exp/cmd/gorelease may help.