@forge/cli-shared 6.11.0-next.15 → 6.11.0-next.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/out/ui/text.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/out/ui/text.js
CHANGED
|
@@ -720,7 +720,7 @@ What do you like or don't like about Forge? Share your feedback below or press C
|
|
|
720
720
|
error: {
|
|
721
721
|
invalidBuildTag: (maxLength) => `Invalid build tag; tag must be ${maxLength} characters or less.`,
|
|
722
722
|
emptyBuildTag: 'Invalid build tag; tag cannot be empty.',
|
|
723
|
-
invalidBuildTagFormat: 'Invalid build tag;
|
|
723
|
+
invalidBuildTagFormat: 'Invalid build tag; tags are case-insensitive and must start with a letter or number and can only contain alphanumeric characters, underscores, hyphens, and periods.'
|
|
724
724
|
}
|
|
725
725
|
},
|
|
726
726
|
taskLint: {
|