We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59ebfe5 commit 784385dCopy full SHA for 784385d
src/release-specification.ts
@@ -310,7 +310,9 @@ export async function validateReleaseSpecification(
310
`${JSON.stringify(
311
versionSpecifierOrDirective,
312
)} is not a valid version specifier for package "${packageName}"`,
313
- `("${packageName}" is at a greater version "${project.workspacePackages[packageName].validatedManifest.version}")`,
+ `("${packageName}" is at a greater version "${project.workspacePackages[
314
+ packageName
315
+ ].validatedManifest.version.toString()}")`,
316
],
317
lineNumber,
318
});
0 commit comments