2022-04-18 17:54:44 +08:00

17 lines
298 B
JSON

{
"useWorkspaces": true,
"npmClient": "yarn",
"version": "1.0.0-beta.21",
"command": {
"version": {
"allowBranch": "main",
"conventionalCommits": true,
"exact": true,
"ignoreChanges": [
"**/*.md"
],
"message": "build: publish %s"
}
}
}