...

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

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

     1mod=example.com/fix
     2base=v1.0.0
     3version=v1.1.0-compatible-other
     4success=false
     5-- want --
     6# example.com/fix/bad
     7## errors in base version:
     8bad/bad.go:3:15: undefined: NOTYPE
     9
    10## incompatible changes
    11Broken: changed from func() invalid type to func() int
    12
    13# example.com/fix/good
    14## compatible changes
    15Better: added
    16
    17# summary
    18Cannot suggest a release version.
    19Errors were found.

View as plain text