We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9684ad1 commit f0dffd8Copy full SHA for f0dffd8
tools/postReleaseScripts/publishGHRelease.ps1
@@ -13,7 +13,7 @@ param(
13
$GitHubToken,
14
15
[Parameter(Mandatory)]
16
- [string]
+ [ValidateSet("vscode-powershell", "PowerShellEditorServices")]
17
$Repository,
18
19
[Parameter()]
@@ -22,7 +22,7 @@ param(
22
23
24
[string]
25
- $ChangelogPath = "$PSScriptRoot/../../CHANGELOG.md",
+ $ChangelogPath = "$PSScriptRoot/../../../$Repository/CHANGELOG.md",
26
27
28
[string[]]
0 commit comments