Skip to content

Commit ecc8310

Browse files
authored
Remove Workflow trigger documentation (microsoft#2140)
1 parent 3308122 commit ecc8310

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

README.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -89,19 +89,6 @@ If you are familiar with Web IDL, you may also want to check whether the upstrea
8989
- `comments.json`: comment strings to be embedded in the generated .d.ts files.
9090
- `deprecatedMessage.json`: the reason why one type is deprecated.
9191

92-
## Deployment to TypeScript
93-
94-
To migrate the *.d.ts files into TypeScript:
95-
96-
1. [Trigger the workflow here](https://github.com/microsoft/TypeScript-DOM-lib-generator/actions/workflows/pr-to-typescript.yml) - this will send a PR to TypeScript under your alias.
97-
98-
99-
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
100-
101-
1. Generate a CHANGELOG for the releases:
102-
103-
```sh
104-
# lib from to
10592
npm run ts-changelog -- @types/web 0.0.2 0.0.23
10693
```
10794

0 commit comments

Comments
 (0)