mirror of
https://github.com/lowdefy/lowdefy.git
synced 2024-12-03 05:30:13 +08:00
20 lines
381 B
JSON
20 lines
381 B
JSON
{
|
|
"version": "3.16.3",
|
|
"packages": [
|
|
"src/packages/*",
|
|
"src/packages/blocks/*",
|
|
"src/packages/servers/*"
|
|
],
|
|
"npmClient": "yarn",
|
|
"useWorkspaces": true,
|
|
"changelogPreset": "angular",
|
|
"command": {
|
|
"version": {
|
|
"conventionalCommits": true,
|
|
"createRelease": "github",
|
|
"exact": true,
|
|
"message": "chore: release version"
|
|
}
|
|
}
|
|
}
|