Skip to content

Commit da10c5a

Browse files
ops: configure lerna configuration to update packages version
1 parent 931f61b commit da10c5a

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

lerna.json

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
{
2-
"packages": [
3-
"packages/*"
4-
],
5-
"version": "independent"
2+
"packages": ["packages/*"],
3+
"version": "independent",
4+
"command": {
5+
"version": {
6+
"allowBranch": "master",
7+
"conventionalCommits": true,
8+
"noGitTagVersion": true,
9+
"noPush": true
10+
}
11+
}
612
}

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"bootstrap": "lerna bootstrap",
1010
"add": "cd ./packages && svg-maps add",
1111
"generate": "svg-maps generate",
12+
"version": "lerna version",
1213
"release": "lerna publish from-package"
1314
},
1415
"repository": {

0 commit comments

Comments
 (0)