Skip to content

Commit 006409a

Browse files
authored
fix: do not quit generating changelog on merge commit (#1555)
1 parent a790887 commit 006409a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

release/release.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ module.exports = Promise.resolve().then(() => {
5555
return {
5656
extends: [`${__dirname}/monorepo-setup.js`],
5757
workspaces: lernaPackage.packages,
58-
filterRegex: mergeRegex,
5958
filterPath: process.env.FILTER_PATH,
6059
tagFormat: process.env.TAG_FORMAT,
6160
parseLinkedPackages: (item) => {

0 commit comments

Comments
 (0)