golang.org/x/exp@v0.0.0-20240506185415-9bf2ced13842/cmd/gorelease/testdata/fix/compatible_other_verify_err.test (about)

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