Skip to content

Commit 9431ee7

Browse files
Remove useless commits in changelog script (#7511)
Do not show in changelog
1 parent 333de61 commit 9431ee7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

newIDE/app/scripts/extract-changelog.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,9 @@ const enrichCommits = rawCommits => {
147147
lowerCaseMessage.includes('do not show in changelog') ||
148148
lowerCaseMessage.includes('do not show in the changelog') ||
149149
lowerCaseMessage.startsWith('update translations') ||
150+
lowerCaseMessage.startsWith('update extension translations') ||
151+
lowerCaseMessage.startsWith('[auto pr]') ||
152+
lowerCaseMessage.startsWith('auto compress images') ||
150153
lowerCaseMessage === 'prettier' ||
151154
lowerCaseMessage === 'update jsextension.js' ||
152155
lowerCaseMessage.includes('run code formatting') ||

0 commit comments

Comments
 (0)