Skip to content

Commit bc69456

Browse files
committed
build: only ignore CHANGELOG.md files for versioning
1 parent ae77bbb commit bc69456

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@
1414
"verifyAccess": false
1515
}
1616
},
17-
"ignoreChanges": ["**/*.story.ts", "**/*.test.ts", "**/*.md", "!**/README.md"]
17+
"ignoreChanges": ["**/*.story.ts", "**/*.test.ts", "**/CHANGELOG.md"]
1818
}

0 commit comments

Comments
 (0)