Skip to content

Commit 2a81a53

Browse files
committed
Remove mentions of RC in upgrade docs
1 parent 58b316d commit 2a81a53

File tree

2 files changed

+0
-14
lines changed

2 files changed

+0
-14
lines changed

docusaurus/docs/dev-docs/migration/v4-to-v5/introduction-and-faq.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ tags:
88
---
99

1010
import DoNotMigrateYet from '/docs/snippets/_do-not-migrate-to-v5-yet.md'
11-
import TempUpgradeRCtag from '/docs/snippets/temp-upgrade-rc.md'
1211
const detailsStyle = {backgroundColor: 'transparent', border: 'solid 1px #4945ff' }
1312
const summaryStyle = {fontSize: '18px'}
1413
const codeStyle = {color: 'rgb(73, 69, 255)', backgroundColor: 'rgb(240, 240, 255)'}

docusaurus/docs/dev-docs/migration/v4-to-v5/step-by-step.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ tags:
99
---
1010

1111
import DoNotMigrateYet from '/docs/snippets/_do-not-migrate-to-v5-yet.md'
12-
import TempUpgradeRCtag from '/docs/snippets/temp-upgrade-rc.md'
1312
const detailsStyle = {backgroundColor: 'transparent', border: 'solid 1px #4945ff' }
1413
const summaryStyle = {fontSize: '18px'}
1514

@@ -54,18 +53,6 @@ Strapi provides a tool to automate some parts of the upgrade to Strapi 5: the [u
5453
npx @strapi/upgrade major
5554
```
5655

57-
<details>
58-
<summary>⚠️ Upgrading while Strapi 5 is in RC:</summary>
59-
<p><strong>Warning</strong>: It is not recommended to migrate a production-level project to Strapi 5 before the release of the stable version. Migrate to Strapi 5 release candidate (RC) at your own risk.</p>
60-
61-
As long as Strapi 5 is available as a RC, the proper command to upgrade is different and depends on the RC version you want to reach. For instance, to reach Strapi 5.0.0-rc.6, the command is:
62-
63-
```sh
64-
npx @strapi/upgrade@rc to 5.0.0-rc.6 -c 5.0.0
65-
```
66-
67-
</details>
68-
6956
The command will execute the update and installation of the dependencies of Strapi 5, and run the codemods to handle some of the breaking changes that come with Strapi 5.
7057

7158
The codemods will handle the following changes:

0 commit comments

Comments
 (0)