Skip to content

Commit 06cf183

Browse files
author
Andrew Hall
committed
Fix roslyn tag
1 parent 357e14c commit 06cf183

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/createTagsTasks.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ gulp.task('createTags:roslyn', async (): Promise<void> => {
2828
'roslyn',
2929
async () => getCommitFromNugetAsync(allNugetPackages.roslyn),
3030
(releaseVersion: string): [string, string] => [
31-
`v${releaseVersion}`,
31+
`VSCode-CSharp-${releaseVersion}`,
3232
`${releaseVersion} VSCode C# extension release`,
3333
]
3434
);

0 commit comments

Comments
 (0)