summaryrefslogtreecommitdiffstats
path: root/dependencies/pkg/mod/golang.org/x/exp@v0.0.0-20220613132600-b0d781184e0d/cmd/gorelease/testdata/basic/v1_v2_base_modpath_version_verify.test
blob: 63d3322a7301eda32cafc4e678165c8fc84a2a04 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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
v2.0.1 is a valid semantic version for this release.