We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d21250a commit 0b03c5cCopy full SHA for 0b03c5c
packages/cli/src/commands/init/init.ts
@@ -445,12 +445,6 @@ async function createTemplateUri(
445
// lower cadence). We have to assume the user is running against the latest nightly by pointing to the tag.
446
return `${TEMPLATE_PACKAGE_COMMUNITY}@nightly`;
447
}
448
-
449
- // Special case to unblock a release. This will need to be cleaned up in the future once 0.75 RC2 is out.
450
- if (version === '0.75.0-rc.1') {
451
- return `${TEMPLATE_PACKAGE_COMMUNITY}@0.75.0-rc.1.1`;
452
- }
453
454
return `${TEMPLATE_PACKAGE_COMMUNITY}@${version}`;
455
456
0 commit comments