summaryrefslogtreecommitdiffstats
path: root/dependencies/pkg/mod/golang.org/x/exp@v0.0.0-20220613132600-b0d781184e0d/cmd/gorelease/testdata/basic/v1_incompatible_verify.test
blob: 655ed6a716f1d3056e97753484db44f38e9db6aa (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
success=false
release=v1.1.2
proxyVersions=example.com/basic@v1.1.1
-- want --
# example.com/basic/a
## incompatible changes
A2: removed

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

# summary
v1.1.2 is not a valid semantic version for this release.
There are incompatible changes.