golang.org/x/exp@v0.0.0-20240506185415-9bf2ced13842/cmd/gorelease/testdata/basic/v0_v1_incompatible_verify.test (about) 1 mod=example.com/basic 2 version=v0.1.2 3 base=v0.1.1 4 release=v1.0.0 5 -- want -- 6 # example.com/basic/a 7 ## incompatible changes 8 A2: removed 9 10 # example.com/basic/b 11 ## incompatible changes 12 package removed 13 14 # summary 15 v1.0.0 is a valid semantic version for this release.