...

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

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

     1mod=example.com/fix
     2base=v1.0.0
     3version=v1.1.0-incompatible-other
     4release=v1.1.0
     5success=false
     6-- want --
     7# example.com/fix/bad
     8## errors in base version:
     9bad/bad.go:3:15: undefined: NOTYPE
    10
    11## incompatible changes
    12Broken: changed from func() invalid type to func() int
    13
    14# example.com/fix/good
    15## incompatible changes
    16Good: changed from func() int to func() string
    17
    18# summary
    19v1.1.0 is not a valid semantic version for this release.
    20There are incompatible changes.

View as plain text