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

     1  mod=example.com/basic
     2  version=v1.1.2
     3  base=v1.1.1
     4  success=false
     5  release=v1.1.2
     6  proxyVersions=example.com/basic@v1.1.1
     7  -- want --
     8  # example.com/basic/a
     9  ## incompatible changes
    10  A2: removed
    11  
    12  # example.com/basic/b
    13  ## incompatible changes
    14  package removed
    15  
    16  # summary
    17  v1.1.2 is not a valid semantic version for this release.
    18  There are incompatible changes.