summaryrefslogtreecommitdiffstats
path: root/cmd/gorelease/testdata/first/v2_moderr.test
blob: 833cfa90197223c00ced6071a61ad008bd68cc3d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
mod=example.com/first
base=none
release=v2.0.0
success=false
-- want --
# 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.
-- go.mod --
module example.com/first

go 1.12
-- p.go --
package p