Код: Выделить всё
{
"$schema": "./node_modules/nx/schemas/nx-schema.json",
"targetDefaults": {
"build": {
"dependsOn": ["^build"],
"outputs": ["{projectRoot}/dist"],
"cache": true
}
},
"tasksRunnerOptions": {
// ...
},
"release": {
"projects": ["*"],
"projectsRelationship": "independent",
"version": {
"conventionalCommits": true
},
"changelog": {
"projectChangelogs": true
}
}
}
Подробнее здесь: https://stackoverflow.com/questions/793 ... t-and-tags