hale-commenting-system 3.3.0 → 3.3.1
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/package.json +1 -1
- package/scripts/integrate.js +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "hale-commenting-system",
|
|
3
|
-
"version": "3.3.
|
|
3
|
+
"version": "3.3.1",
|
|
4
4
|
"description": "A commenting system for PatternFly React applications that allows designers and developers to add comments directly on design pages, sync with GitHub Issues, and link Jira tickets.",
|
|
5
5
|
"homepage": "https://www.npmjs.com/package/hale-commenting-system",
|
|
6
6
|
"license": "MIT",
|
package/scripts/integrate.js
CHANGED
|
@@ -1385,7 +1385,7 @@ async function main() {
|
|
|
1385
1385
|
{
|
|
1386
1386
|
type: 'confirm',
|
|
1387
1387
|
name: 'use',
|
|
1388
|
-
message: 'GitHub CLI (gh) detected. Would you like to select
|
|
1388
|
+
message: 'GitHub CLI (gh) detected. Would you like to select or create a repository? (required for tracking issues)',
|
|
1389
1389
|
default: true
|
|
1390
1390
|
}
|
|
1391
1391
|
]);
|