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": [
|
2025-08-15 12:58:55 +08:00
|
|
|
"packages/*",
|
|
|
|
|
"!extensions/cocos/*/settings/**",
|
|
|
|
|
"!examples/*/settings/**"
|
2025-08-08 11:16:00 +08:00
|
|
|
]
|
2025-08-07 13:29:12 +08:00
|
|
|
}
|