修复内部系统初始化逻辑 - 不应该再onInitialize中初始内部entities,移动到initialize中 ci跳过cocos项目避免ci失败 soa开放更多安全类型接口
26 lines
642 B
JSON
26 lines
642 B
JSON
{
|
|
"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/*",
|
|
"!extensions/cocos/*/settings/**",
|
|
"!examples/*/settings/**"
|
|
]
|
|
} |