Commit 034a050 1 parent 2c801a7 commit 034a050 Copy full SHA for 034a050
File tree 1 file changed +2
-2
lines changed
cmd/cue/cmd/testdata/script
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,9 +14,9 @@ exec cue mod publish v0.0.1
14
14
15
15
# The inferred version is v0. Using any other major version will fail.
16
16
! exec cue mod publish v1.0.0
17
- stderr 'publish version "v1.0.0" does not match implied major version "v0" in ".*module.cue"; must be v0.N.N'
17
+ stderr 'publish version "v1.0.0" does not match the major version "v0" declared in ".*module.cue"; must be v0.N.N'
18
18
! exec cue mod publish v2.0.0
19
- stderr 'publish version "v2.0.0" does not match implied major version "v0" in ".*module.cue"; must be v0.N.N'
19
+ stderr 'publish version "v2.0.0" does not match the major version "v0" declared in ".*module.cue"; must be v0.N.N'
20
20
21
21
# `cue mod fix` will not add add a major version suffix when missing.
22
22
exec cue mod fix
You can’t perform that action at this time.
0 commit comments