golang.org/x/exp@v0.0.0-20240506185415-9bf2ced13842/cmd/gorelease/testdata/fix/compatible_same_verify.test (about) 1 mod=example.com/fix 2 base=v1.0.0 3 version=v1.1.0-compatible-same 4 release=v1.0.1 # not actually valid, but gorelease can't tell 5 -- want -- 6 # example.com/fix/bad 7 ## errors in base version: 8 bad/bad.go:3:15: undefined: NOTYPE 9 10 ## incompatible changes 11 Broken: changed from func() invalid type to func() int 12 ## compatible changes 13 Worse: added 14 15 # summary 16 v1.0.1 is a valid semantic version for this release. 17 Errors were found in the base version. Some API changes may be omitted.