create-nx-workspace 21.3.0 → 21.3.2
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
CHANGED
package/src/utils/git/git.js
CHANGED
|
@@ -185,7 +185,7 @@ async function pushToGitHub(directory, options) {
|
|
|
185
185
|
const repoResult = await (0, child_process_utils_1.execAndWait)('gh repo view --json url -q .url', directory);
|
|
186
186
|
const repoUrl = repoResult.stdout.trim();
|
|
187
187
|
output_1.output.success({
|
|
188
|
-
title: `Successfully
|
|
188
|
+
title: `Successfully pushed to GitHub repository: ${repoUrl}`,
|
|
189
189
|
});
|
|
190
190
|
return VcsPushStatus.PushedToVcs;
|
|
191
191
|
}
|
|
@@ -31,7 +31,7 @@ const messageOptions = {
|
|
|
31
31
|
{ value: 'circleci', name: 'Circle CI' },
|
|
32
32
|
{ value: 'skip', name: '\nDo it later' },
|
|
33
33
|
],
|
|
34
|
-
footer: '\
|
|
34
|
+
footer: '\nSelf-healing CI, remote caching, and task distribution are provided by Nx Cloud: https://nx.dev/nx-cloud',
|
|
35
35
|
fallback: { value: 'skip', key: 'setupNxCloud' },
|
|
36
36
|
},
|
|
37
37
|
],
|