Skip to content

Commit 22ad871

Browse files
committed
Updated Triggering TypeScript Bot (markdown)
1 parent 1dd8258 commit 22ad871

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Triggering-TypeScript-Bot.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ 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.
20+
* [`bump release-X.Y`](https://github.com/microsoft/TypeScript/actions?query=workflow%3A%22Set+branch+version%22) This bumps the version (`0-beta` -> `1-rc` -> `2` -> `3` and so on) on the specified branch and captures a new LKG, essentially preparing the branch for a new release.
2121
* [`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.
2222

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

0 commit comments

Comments
 (0)