Skip to content

Commit febfb33

Browse files
committed
Ignore changelog and version bumps when updating changelog
1 parent 9b7ce0e commit febfb33

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tools/ReleaseTools.psm1

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,8 @@ function Update-Changelog {
167167
Where-Object { $_.merge_commit_sha -in $Commits } |
168168
Where-Object { -not $_.user.UserName.EndsWith("[bot]") } |
169169
Where-Object { -not $_.title.StartsWith("[Ignore]") } |
170+
Where-Object { -not $_.title.StartsWith("Update CHANGELOG") } |
171+
Where-Object { -not $_.title.StartsWith("Bump version") } |
170172
Get-Bullets -RepositoryName $RepositoryName
171173

172174
$NewSection = switch ($RepositoryName) {

0 commit comments

Comments
 (0)