mirror of
https://github.com/qlik-oss/nebula.js.git
synced 2026-05-24 16:00:16 -04:00
14 lines
297 B
JSON
14 lines
297 B
JSON
{
|
|
"command": {
|
|
"version": {
|
|
"allowBranch": "master",
|
|
"conventionalCommits": true,
|
|
"message": "chore(release): %s 🚀"
|
|
}
|
|
},
|
|
"ignoreChanges": ["**/*.md", "**/__tests__/**", "**/__stories__/**"],
|
|
"version": "4.0.3",
|
|
"npmClient": "yarn",
|
|
"useWorkspaces": true
|
|
}
|