mirror of
https://github.com/qlik-oss/nebula.js.git
synced 2025-12-19 09:48:18 -05:00
14 lines
331 B
JSON
14 lines
331 B
JSON
{
|
|
"command": {
|
|
"version": {
|
|
"allowBranch": "main",
|
|
"conventionalCommits": true,
|
|
"message": "chore(release): %s 🚀"
|
|
}
|
|
},
|
|
"ignoreChanges": ["**/*.md", "**/__tests__/**", "**/__stories__/**"],
|
|
"version": "6.3.0",
|
|
"npmClient": "yarn",
|
|
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
|
|
}
|