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

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

# summary
Base version: example.com/basic@v1.1.0 (>=v1.1.0)
v2.0.1 is a valid semantic version for this release.