We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b7ce0e commit febfb33Copy full SHA for febfb33
tools/ReleaseTools.psm1
@@ -167,6 +167,8 @@ function Update-Changelog {
167
Where-Object { $_.merge_commit_sha -in $Commits } |
168
Where-Object { -not $_.user.UserName.EndsWith("[bot]") } |
169
Where-Object { -not $_.title.StartsWith("[Ignore]") } |
170
+ Where-Object { -not $_.title.StartsWith("Update CHANGELOG") } |
171
+ Where-Object { -not $_.title.StartsWith("Bump version") } |
172
Get-Bullets -RepositoryName $RepositoryName
173
174
$NewSection = switch ($RepositoryName) {
0 commit comments