From f27b9017fd5643932f4067c5d7b2a641f783a7ea Mon Sep 17 00:00:00 2001 From: Gadi Cohen Date: Wed, 29 Jun 2022 18:55:35 +0100 Subject: [PATCH] fix(validation): show pkg name and version in help text --- src/lib/validateAndCoerceTypes.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/validateAndCoerceTypes.ts b/src/lib/validateAndCoerceTypes.ts index d81a4d6c..e137ccb1 100644 --- a/src/lib/validateAndCoerceTypes.ts +++ b/src/lib/validateAndCoerceTypes.ts @@ -330,7 +330,7 @@ Please see if anyone has reported this previously: ${pkg.repository}/issues?q=is%3Aissue+${title} -or open a new issue (and mention the symbol): +or open a new issue (and mention the symbol): ${pkg.name} v${pkg.version} ${pkg.repository}/issues/new?labels=bug%2C+validation&template=validation.md&title=${title}