Skip to content

Commit 2b55e2f

Browse files
committed
Prepare for 4.5b
1 parent c7f8137 commit 2b55e2f

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ npm run test
3636
| `@types/web` [0.0.1](https://www.npmjs.com/package/@types/web/v/0.0.1) | ~4.3 | 4.4 |
3737
| `@types/web` [0.0.2](https://www.npmjs.com/package/@types/web/v/0.0.2) | ~4.4 beta | 4.4 |
3838
| `@types/web` [0.0.25](https://www.npmjs.com/package/@types/web/v/0.0.25) | 4.4 | 4.4 |
39+
| `@types/web` [0.0.37](https://www.npmjs.com/package/@types/web/v/0.0.37) | 4.5 beta | 4.4 |
3940

4041
## `@types/[lib]` Minimum Target
4142

@@ -84,12 +85,12 @@ To migrate the *.d.ts files into TypeScript:
8485
1. Run:
8586

8687
```sh
87-
npm run migrate -- [previous_types_web_version]
88+
npm run migrate -- [optional/file/path/to/tsc]
8889
```
8990

9091
The script will look in for a clone of the TypeScript repo in "../TypeScript", or "./TypeScript" to move the generated files in. Or migrate the files manually, you do you.
9192

92-
1. Update the README table with the mappings for versions in the `@types/[lib]`. E.g. TS 4.5 -> `@types/web` `0.0.23`.
93+
1. Update the README table with the mappings for versions in the `@types/[lib]`. E.g. TS 4.5 -> `@types/web` `0.0.23`. Find that number here: https://www.npmjs.com/package/@types/web
9394

9495
1. Generate a CHANGELOG for the releases:
9596

@@ -98,4 +99,6 @@ To migrate the *.d.ts files into TypeScript:
9899
npm run ts-changelog -- @types/web 0.0.2 0.0.23
99100
```
100101

102+
You might need to run `git pull origin main --tags` to run this ^
103+
101104
1. Add the CHANGELOG to the release issue

0 commit comments

Comments
 (0)