Skip to content

Commit 20facac

Browse files
committed
chore: add ignore changes
1 parent c03a50d commit 20facac

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lerna.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"publish": {
55
"allowBranch": ["master", "fix-lerna"],
66
"exact": true,
7-
"conventionalCommits": true
7+
"conventionalCommits": true,
8+
"ignoreChanges": ["**/__fixtures__/**", "**/__tests__/**", "**/*.md"]
89
},
910
"version": {
1011
"createRelease": "github"

0 commit comments

Comments
 (0)