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.
ReleaseTools
1 parent 233fb60 commit ad07b75Copy full SHA for ad07b75
tools/ReleaseTools.psm1
@@ -186,7 +186,7 @@ function Update-Changelog {
186
$Bullets = $Repo | Get-GitHubPullRequest -State All |
187
Where-Object { $_.merge_commit_sha -in $Commits } |
188
Where-Object { -not $_.user.UserName.EndsWith("[bot]") } |
189
- Where-Object { "Include" -notin $_.labels.LabelName } |
+ Where-Object { "Ignore" -notin $_.labels.LabelName } |
190
Where-Object { -not $_.title.StartsWith("[Ignore]") } |
191
Where-Object { -not $_.title.StartsWith("Update CHANGELOG") } |
192
Where-Object { -not $_.title.StartsWith("Bump version") } |
0 commit comments