We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 316b4f1 commit d1c3debCopy full SHA for d1c3deb
lerna.json
@@ -1,17 +1,24 @@
1
{
2
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
3
"version": "independent",
4
- "useWorkspaces": true,
5
"npmClient": "pnpm",
+ "registry": "https://registry.npmjs.org",
6
"command": {
7
+ "create": {
8
+ "homepage": "https://github.com/constructive-io/kubernetesjs",
9
+ "license": "MIT",
10
+ "access": "public"
11
+ },
12
"version": {
13
+ "syncWorkspaceLock": true,
14
"ignoreChanges": [
15
"apps/**"
16
]
17
},
18
"publish": {
- "conventionalCommits": true,
- "message": "chore(release): publish"
19
+ "allowBranch": "main",
20
+ "message": "chore(release): publish",
21
+ "conventionalCommits": true
22
}
23
24
0 commit comments