opentelemetry-go icon indicating copy to clipboard operation
opentelemetry-go copied to clipboard

Enforce backwards compatibility when releasing v1+ modules

Open punya opened this issue 4 years ago • 0 comments

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.

punya avatar Feb 11 '21 20:02 punya