Skip to content

Commit

Permalink
[infra] Fix @renovate[bot] appearing in changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
mnajdova authored and aarongarciah committed Oct 30, 2024
1 parent 32112b7 commit 307991a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/releaseChangelog.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ function filterCommit(commitsItem) {
return (
// Filter renovate dependencies updates
!commitMessage.startsWith('Bump') &&
!commitMessage.startsWith('Lock file maintenance') &&
// Filter website changes, no implications for library users
!commitMessage.startsWith('[website]')
);
Expand Down

0 comments on commit 307991a

Please sign in to comment.