feat(cli): split commit and release into target-based workflows

This commit is contained in:
2026-05-10 10:01:09 +00:00
parent 738fbaa64f
commit 0e27d54ad2
22 changed files with 1938 additions and 1057 deletions
@@ -14,7 +14,11 @@ fileName: .smartconfig.json
"projectDomain": "{{module.projectDomain}}"
},
"release": {
"accessLevel": "{{module.npmAccessLevel}}"
"targets": {
"npm": {
"accessLevel": "{{module.npmAccessLevel}}"
}
}
}
},
"@ship.zone/szci": {