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.
1 parent 333de61 commit 9431ee7Copy full SHA for 9431ee7
newIDE/app/scripts/extract-changelog.js
@@ -147,6 +147,9 @@ const enrichCommits = rawCommits => {
147
lowerCaseMessage.includes('do not show in changelog') ||
148
lowerCaseMessage.includes('do not show in the changelog') ||
149
lowerCaseMessage.startsWith('update translations') ||
150
+ lowerCaseMessage.startsWith('update extension translations') ||
151
+ lowerCaseMessage.startsWith('[auto pr]') ||
152
+ lowerCaseMessage.startsWith('auto compress images') ||
153
lowerCaseMessage === 'prettier' ||
154
lowerCaseMessage === 'update jsextension.js' ||
155
lowerCaseMessage.includes('run code formatting') ||
0 commit comments