...

Text file src/golang.org/x/exp/cmd/gorelease/testdata/fix/incompatible_same_verify.test

Documentation: golang.org/x/exp/cmd/gorelease/testdata/fix

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

View as plain text