We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87af160 commit dbea02fCopy full SHA for dbea02f
lerna.json
@@ -4,9 +4,10 @@
4
"npmClient": "npm",
5
"command": {
6
"publish": {
7
- "ignoreChanges": ["**/*.md"],
8
- "message": "chore(release): publish",
9
- "conventionalCommits": true,
10
- "exec": "npx commitlint --from $LERNA_PACKAGE_NAME"
+ "ignoreChanges": ["**/*.md"],
+ "message": "chore(release): publish",
+ "conventionalCommits": true,
+ "exec": "npx commitlint --from $LERNA_PACKAGE_NAME"
11
+ }
12
}
13
0 commit comments