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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-nx-workspace",
3
- "version": "21.3.0",
3
+ "version": "21.3.2",
4
4
  "private": false,
5
5
  "description": "Smart Repos · Fast Builds",
6
6
  "repository": {
@@ -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 created and pushed to GitHub repository: ${repoUrl}`,
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: '\nRemote caching, task distribution and test splitting are provided by Nx Cloud. Read more at https://nx.dev/ci',
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
  ],