Skip to content

Commit 1acf586

Browse files
committed
Updated Release Activities (markdown)
1 parent f36f7d6 commit 1acf586

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Release-Activities.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,13 @@ The primary people managing a release should oversee these tasks along with the
1010
* [ ] Add all tslib updates
1111
* [ ] Review next version number
1212

13-
### `@definitelytyped/header-parser` and `retag`
13+
### `@definitelytyped/typescript-versions` and `@definitelytyped/typescript-packages`
1414

1515
Once `main`'s version is updated, the @definitelytyped packages must be aware of the nightly's new version so that nightly versions of ATA continue to work. ATA relies on `tsX.Y` tags on `@types/*` packages.
1616

17-
* [ ] Update [@definitelytyped/typescript-versions](https://github.com/Microsoft/DefinitelyTyped-tools/tree/master/packages/typescript-versions) to support ***the next version***, and publish a new release.
18-
* in other words, if we're releasing TypeScript 3.9, the header parser needs to support `4.0`.
17+
* [ ] Update [@definitelytyped/typescript-versions](https://github.com/Microsoft/DefinitelyTyped-tools/tree/main/packages/typescript-versions) and [@definitelytyped/typescript-packages](https://github.com/microsoft/DefinitelyTyped-tools/tree/main/packages/typescript-packages) to support ***the next version***, update tests, and [publish a new release](https://github.com/microsoft/DefinitelyTyped-tools/blob/main/README.md#publishingdeploying).
18+
* in other words, if we're releasing TypeScript 3.9, DefinitelyTyped needs to support `4.0`.
19+
* An [example PR](https://github.com/microsoft/DefinitelyTyped-tools/pull/1048)
1920

2021
## Release Activities
2122

0 commit comments

Comments
 (0)