Skip to content

Commit 1dd8258

Browse files
committed
Updated Triggering TypeScript Bot (markdown)
1 parent 5c424e0 commit 1dd8258

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Triggering-TypeScript-Bot.md

+2
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ The currently recognized commands are:
1717

1818
In addition, there are a small suite of commands which work in _any_ comment and relate to release management:
1919
* [`create release-X.Y`](https://github.com/microsoft/TypeScript/actions?query=workflow%3A%22New+Release+Branch%22) This makes a `release-X.Y` branch (replace `X.Y` with your desired version) with the `package.json` version set to `X.Y.0-beta`, the `corePublic` `versionMajorMinor` set to `X.Y`, and the full `ts.version` string set to `X.Y.0-beta`, and updates the accompanying baselines. An LKG is then performed. This new branch is directly pushed to `microsoft/TypeScript`. In short, this fully sets up a new release branch to be ready to publish a beta.
20+
* [`bump release-X.Y`](https://github.com/microsoft/TypeScript/actions?query=workflow%3A%22Set+branch+version%22) This bumps the version on the specified branch and captures a new LKG, essentially preparing the branch for a new release.
21+
* [`sync release-X.Y`](https://github.com/microsoft/TypeScript/actions?query=workflow%3A%22sync%22) This merges `master` into the specified branch; this is useful for syncing the branch with `master` in the period between the beta and rc.
2022

2123
A single comment may contain multiple commands, so long as each is prefixed with a call to `@typescript-bot`.
2224

0 commit comments

Comments
 (0)