mirror of
https://github.com/lowdefy/lowdefy.git
synced 2024-12-27 06:09:48 +08:00
16 lines
399 B
JSON
16 lines
399 B
JSON
{
|
|
"packages": ["src/packages/*", "src/packages/blocks/*", "src/packages/servers/*"],
|
|
"version": "independent",
|
|
"npmClient": "yarn",
|
|
"useWorkspaces": true,
|
|
"changelogPreset": "angular",
|
|
"command": {
|
|
"version": {
|
|
"allowBranch": "main",
|
|
"conventionalCommits": true,
|
|
"createRelease": "github",
|
|
"exact": true,
|
|
"message": "chore(release): publish"
|
|
}
|
|
}
|
|
} |