Skip to content

Commit 355301d

Browse files
committed
update versioning config
1 parent 8f89e34 commit 355301d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lerna.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,12 @@
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
33
"command": {
44
"publish": {
5-
"continueIfNoMatch": true,
65
"registry": "https://registry.npmjs.org/",
76
"conventionalCommits": true,
87
"npmClient": "npm"
98
},
109
"version": {
11-
"forcePublish": true,
10+
"ignoreChanges": ["**"],
1211
"conventionalGraduate": true,
1312
"allowBranch": "master",
1413
"message": "publish new version",

0 commit comments

Comments
 (0)