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

     1  mod=example.com/basic
     2  version=v1.1.2
     3  base=v1.1.1
     4  release=v2.0.0
     5  success=false
     6  -- want --
     7  # example.com/basic/a
     8  ## incompatible changes
     9  A2: removed
    10  
    11  # example.com/basic/b
    12  ## incompatible changes
    13  package removed
    14  
    15  # summary
    16  v2.0.0 is not a valid semantic version for this release.
    17  The module path does not end with the major version suffix /v2,
    18  which is required for major versions v2 or greater.