egg_tools/lerna.json
zhaoyingbo 867ddda018
Some checks failed
/ release (push) Failing after 39s
ci: 修改发布设置
2024-08-19 02:42:21 +00:00

18 lines
297 B
JSON

{
"packages": [
"packages/*"
],
"version": "independent",
"command": {
"publish": {
"conventionalCommits": true,
"yes": true,
"message": "chore(release): publish"
}
},
"ignoreChanges": [
"**/__fixtures__/**",
"**/__tests__/**",
"**/*.md"
]
}