Change step 3

Raymond Zhao 2021-08-05 12:16:48 -07:00
Родитель 8b9e7608d9
Коммит 512b27fe33
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: D36E5FCE46B63B58
1 изменённых файлов: 3 добавлений и 3 удалений

@ -4,6 +4,6 @@ For each release, we will need to publish a new version to DefinitelyTyped. Here
1. When you publish a tag such as `1.34.0`
2. CI creates a branch `vscode-types-1.34.0` at https://github.com/DefinitelyTyped/DefinitelyTyped with commit message `VS Code 1.34.0 Extension API`.
3. CI sends a link to create PR to #release channel of VS Code Slack.
4. Ask either @octref, @jrieken, @kieferrm or @egamma to merge the PR.
5. `@types/vscode` will be published in ~10 minutes.
3. Manually create a PR for that branch. Note that if this is your first endgame, you might want to fork the repo first, in case the CI fails and you don't have write permissions to add onto it.
4. Ask either @jrieken, @kieferrm or @egamma to merge the PR.
5. `@types/vscode` will be published in ~10 minutes.