Skip to content

Commit 29fcef6

Browse files
committed
Drop the incoming page
1 parent 8755448 commit 29fcef6

File tree

4 files changed

+0
-317
lines changed

4 files changed

+0
-317
lines changed

docs/New TypeScript Version.md

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -93,25 +93,6 @@ You can add twoslash to the code samples if you want.
9393

9494
When you're happy with that, then edit [`packages/documentation/copy/en/release-notes/Overview.md](https://github.com/microsoft/TypeScript-website/blob/v2/packages/documentation/copy/en/release-notes/Overview.md) to include the changes you just added, and simplify descriptions.
9595

96-
##### Index
97-
98-
The homepage keeps track of upcoming dates via this file: [`packages/typescriptlang-org/src/lib/release-plan.json`](https://github.com/microsoft/TypeScript-website/blob/v2/packages/typescriptlang-org/src/lib/release-plan.json)
99-
100-
```json
101-
{
102-
"_format": "mm/dd/yyyy - these get put into new Date()",
103-
"upcoming_version": "3.9",
104-
"iteration_plan_url": "https://github.com/microsoft/TypeScript/issues/37198",
105-
"last_release_date": "02/20/2020",
106-
"upcoming_beta_date": "03/20/2020",
107-
"upcoming_rc_date": "04/24/2020",
108-
"upcoming_release_date": "05/12/2020"
109-
}
110-
```
111-
112-
You might not have these dates yet, at the current release (it took about a week last time to get the dates) - leaving
113-
this is fine and the site will accommodate the dates not being ready yet.
114-
11596
##### Update Schema Store
11697

11798
Using the GitHub CLI, from the root of the repo

packages/typescriptlang-org/scripts/getTypeScriptReleasePlan.js

Lines changed: 0 additions & 121 deletions
This file was deleted.

packages/typescriptlang-org/src/components/index/UpcomingReleaseMeta.tsx

Lines changed: 0 additions & 111 deletions
This file was deleted.

packages/typescriptlang-org/src/pages/upcoming.tsx

Lines changed: 0 additions & 66 deletions
This file was deleted.

0 commit comments

Comments
 (0)