Skip to content

Commit 1eb74e5

Browse files
committed
typos
1 parent 99ff3df commit 1eb74e5

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

azure-pipelines.release-publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ extends:
7878
workingDir: $(Pipeline.Workspace)/tgz
7979
verbose: false
8080
customCommand: publish $(Pipeline.Workspace)/tgz/typescript.tgz --tag $(PUBLISH_TAG)
81+
# This must match the service connection.
8182
customEndpoint: Typescript NPM
8283
publishEndpoint: Typescript NPM
8384

@@ -101,6 +102,7 @@ extends:
101102
- task: GitHubRelease@1
102103
displayName: GitHub release (create)
103104
inputs:
105+
# This must match the service connection.
104106
gitHubConnection: typescript-bot connection
105107
repositoryName: microsoft/TypeScript
106108
tagSource: userSpecifiedTag
@@ -111,7 +113,7 @@ extends:
111113
For release notes, check out the [release announcement]().
112114
For new features, check out the [What's new in TypeScript $(TAG_NAME)]().
113115
For the complete list of fixed issues, check out the
114-
* [fixed issues query for Typescript $(TAG_NAME)](https://github.com/microsoft/TypeScript/issues?utf8=%E2%9C%93&q=is%3Aissue+milestone%3A%22TypeScript+3.3%22+is%3Aclosed+).
116+
* [fixed issues query for TypeScript $(TAG_NAME)](https://github.com/microsoft/TypeScript/issues?utf8=%E2%9C%93&q=is%3Aissue+milestone%3A%22TypeScript+3.3%22+is%3Aclosed+).
115117
Downloads are available on:
116118
* [npm](https://www.npmjs.com/package/typescript)
117119
assets: $(Pipeline.Workspace)/tgz/**/typescript-*.tgz

0 commit comments

Comments
 (0)