2025-08-07 13:29:12 +08:00
|
|
|
{
|
|
|
|
|
"version": "independent",
|
|
|
|
|
"npmClient": "npm",
|
|
|
|
|
"command": {
|
|
|
|
|
"publish": {
|
|
|
|
|
"registry": "https://registry.npmjs.org/",
|
|
|
|
|
"allowBranch": ["master", "main"],
|
|
|
|
|
"conventionalCommits": true,
|
|
|
|
|
"message": "chore(release): publish packages",
|
|
|
|
|
"topologicalSort": true,
|
|
|
|
|
"verifyAccess": true,
|
|
|
|
|
"verifyRegistry": true
|
|
|
|
|
},
|
|
|
|
|
"version": {
|
|
|
|
|
"allowBranch": ["master", "main"],
|
|
|
|
|
"conventionalCommits": true,
|
|
|
|
|
"message": "chore(release): version packages",
|
|
|
|
|
"push": false
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"packages": [
|
|
|
|
|
"packages/*"
|
2025-08-08 11:16:00 +08:00
|
|
|
]
|
2025-08-07 13:29:12 +08:00
|
|
|
}
|