mirror of
https://github.com/lowdefy/lowdefy.git
synced 2024-12-27 06:09:48 +08:00
15 lines
363 B
JSON
15 lines
363 B
JSON
{
|
|
"version": "3.1.1",
|
|
"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"
|
|
}
|
|
}
|
|
} |