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 c03a50d commit 20facacCopy full SHA for 20facac
lerna.json
@@ -4,7 +4,8 @@
4
"publish": {
5
"allowBranch": ["master", "fix-lerna"],
6
"exact": true,
7
- "conventionalCommits": true
+ "conventionalCommits": true,
8
+ "ignoreChanges": ["**/__fixtures__/**", "**/__tests__/**", "**/*.md"]
9
},
10
"version": {
11
"createRelease": "github"
0 commit comments