Skip to content

Commit 2095b49

Browse files
committed
build: update lerna config
1 parent ba90b6e commit 2095b49

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

lerna.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
{
22
"npmClient": "yarn",
33
"useWorkspaces": true,
4-
"version": "1.4.0"
4+
"version": "1.4.0",
5+
"command": {
6+
"version": {
7+
"allowBranch": "master",
8+
"exact": true,
9+
"ignoreChanges": ["**/*.md"],
10+
"message": "build: release version %s"
11+
}
12+
}
513
}

0 commit comments

Comments
 (0)