chore: test/* and *.md changes do not trigger a release

This commit is contained in:
Thomas Allmer 2019-07-30 14:18:06 +02:00 committed by Mikhail Bashkirov
parent cbd1f8af25
commit 404bba6f24

View file

@ -1,7 +1,6 @@
{
"packages": [
"packages/*"
],
"packages": ["packages/*"],
"ignoreChanges": ["packages/*/test/**", "**/*.md"],
"version": "independent",
"npmClient": "yarn",
"useWorkspaces": true,