Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

Commit 2a6fede

Browse files
authored
fix: update lerna config for rc publishing (#4283)
1 parent e85e5b6 commit 2a6fede

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

lerna.json

+14-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
{
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
33
"useWorkspaces": true,
4-
"version": "0.0.1-87d6a2c5d.0"
4+
"version": "0.0.1-87d6a2c5d.0",
5+
"command": {
6+
"publish": {
7+
"message": "chore: publish",
8+
"createRelease": "github",
9+
"conventionalCommits": true,
10+
"verifyAccess": false
11+
},
12+
"version": {
13+
"allowBranch": ["master", "release/*"],
14+
"forcePublish": true,
15+
"ignore-changes": [".github/**", "docs/**"]
16+
}
17+
}
518
}

0 commit comments

Comments
 (0)