summaryrefslogtreecommitdiffstats
path: root/cmd/gorelease/testdata/sub/nest_v2.test
blob: 6d8bf0c81d3da834e54cd8c2fa33c62f0bdfa6cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
mod=example.com/sub/nest/v2
dir=nest
base=v2.0.0
vcs=git
-- want --
# summary
Suggested version: v2.0.1 (with tag nest/v2.0.1)
-- nest/go.mod --
module example.com/sub/nest/v2

go 1.12
-- nest/nest.go --
package nest