From d5be54ab7dec4e1fe24e52d924a857596b272ae9 Mon Sep 17 00:00:00 2001 From: Adam Naji <110662505+Bashamega@users.noreply.github.com> Date: Fri, 5 Sep 2025 10:33:37 +0300 Subject: [PATCH] Remove Workflow trigger documentation --- README.md | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/README.md b/README.md index 2818dc2ef..b9dfc614d 100644 --- a/README.md +++ b/README.md @@ -89,19 +89,6 @@ If you are familiar with Web IDL, you may also want to check whether the upstrea - `comments.json`: comment strings to be embedded in the generated .d.ts files. - `deprecatedMessage.json`: the reason why one type is deprecated. -## Deployment to TypeScript - -To migrate the *.d.ts files into TypeScript: - -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. - - -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 - -1. Generate a CHANGELOG for the releases: - - ```sh - # lib from to npm run ts-changelog -- @types/web 0.0.2 0.0.23 ```