mirror of
https://gh.wpcy.net/https://github.com/syntatis/kubrick.git
synced 2026-04-24 21:32:44 +08:00
41 lines
810 B
JSON
41 lines
810 B
JSON
{
|
|
"$schema": "./node_modules/lerna/schemas/lerna-schema.json",
|
|
"version": "independent",
|
|
"packages": [
|
|
"packages/*"
|
|
],
|
|
"command": {
|
|
"version": {
|
|
"message": "Version bump",
|
|
"allowBranch": ["main"],
|
|
"changelog": false,
|
|
"private": false,
|
|
"push": true,
|
|
"exact": true,
|
|
"ignoreChanges": [
|
|
"**/*.md",
|
|
"**/*.spec.ts",
|
|
"**/*.spec.tsx",
|
|
"**/*.stories.ts",
|
|
"**/*.stories.tsx",
|
|
"**/*.test.ts",
|
|
"**/*.test.tsx",
|
|
"**/*.yml",
|
|
"**/test/**",
|
|
".*",
|
|
".**/**",
|
|
".config.*",
|
|
"Dockerfile",
|
|
"tsconfig.*"
|
|
]
|
|
},
|
|
"publish": {
|
|
"preDistTag": "next",
|
|
"private": false,
|
|
"ignoreChanges": [
|
|
"ignored-file",
|
|
"*.md"
|
|
]
|
|
}
|
|
}
|
|
}
|