static-cms/lerna.json

23 lines
463 B
JSON
Raw Normal View History

2018-07-03 15:47:15 -04:00
{
"lerna": "2.11.0",
"packages": ["packages/*"],
2018-07-03 15:47:15 -04:00
"version": "independent",
"npmClient": "yarn",
2018-07-25 19:26:11 -04:00
"useWorkspaces": true,
"loglevel": "success",
"command": {
2019-03-21 16:48:05 -04:00
"version": {
"allowBranch": ["master", "release/*"],
2018-07-28 18:01:34 -04:00
"conventionalCommits": true,
2019-03-28 16:45:08 -04:00
"preid": "beta",
2022-09-07 12:15:43 -04:00
"gitRemote": "origin",
2019-03-28 21:42:22 -04:00
"message": "chore(release): publish"
2018-07-25 19:26:11 -04:00
}
2019-03-28 16:45:08 -04:00
},
"ignoreChanges": [
"**/__fixtures__/**",
"**/__tests__/**",
"**/*.md"
]
2018-07-03 15:47:15 -04:00
}