@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 CHANGED
@@ -1,5 +1,11 @@
1
1
  # @forge/cli-shared
2
2
 
3
+ ## 6.11.0-next.16
4
+
5
+ ### Patch Changes
6
+
7
+ - 58c3f72: Minor text improvements
8
+
3
9
  ## 6.11.0-next.15
4
10
 
5
11
  ### Patch Changes
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; tag must start with a letter or number and can only contain alphanumeric characters, underscores, hyphens, and periods.'
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: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/cli-shared",
3
- "version": "6.11.0-next.15",
3
+ "version": "6.11.0-next.16",
4
4
  "description": "Common functionality for Forge CLI",
5
5
  "author": "Atlassian",
6
6
  "license": "SEE LICENSE IN LICENSE.txt",