summaryrefslogtreecommitdiffstats
path: root/dependencies/pkg/mod/golang.org/x/exp@v0.0.0-20220613132600-b0d781184e0d/cmd/gorelease/testdata/basic/v1_v2_incompatible_verify.test
blob: 07bbde9dc2abfb55db702d1135a7a12bbc1283e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
mod=example.com/basic
version=v1.1.2
base=v1.1.1
release=v2.0.0
success=false
-- want --
# example.com/basic/a
## incompatible changes
A2: removed

# example.com/basic/b
## incompatible changes
package removed

# summary
v2.0.0 is not a valid semantic version for this release.
The module path does not end with the major version suffix /v2,
which is required for major versions v2 or greater.