Skip to content

Commit a5d2de3

Browse files
committed
Updated TypeScript Deployment (markdown)
1 parent 2eb736e commit a5d2de3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

TypeScript-Deployment.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,7 @@ npm publish
1515

1616
### Official Releases
1717

18-
Our releases are deployed using Azure Pipelines, you can see [them here](https://dev.azure.com/typescript/TypeScript/_release?_a=releases&view=mine&definitionId=1)
18+
For all our release-x branches, the node 12 build always produces a tarball based on the branch. Any one of those tarballs can be promoted (from the build UI) and published as a full release, which then triggers `npm publish`es and GitHub releases.
19+
20+
Our workflow is to prep the release branch, bump it's version, do an LKG, then fire off that generated tarball as the release using Azure Pipelines, you can see [them here](https://dev.azure.com/typescript/TypeScript/_release?_a=releases&view=mine&definitionId=1)
21+

0 commit comments

Comments
 (0)