summaryrefslogtreecommitdiffstats
path: root/cmd/gorelease/testdata/first/v1_2_3_explicit_none_base.test
blob: 2e1588f54ab8668cb1335d7c0c1d506a93058149 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
mod=example.com/first
base=none
release=v1.2.3
proxyVersions=
-- want --
# summary
v1.2.3 is a valid semantic version for this release.
-- go.mod --
module example.com/first

go 1.12
-- p.go --
package p