build(nx): create privatePackages group for bump version action. prefer config for flags

This commit is contained in:
Jack Westbrook
2025-03-03 11:48:21 +01:00
parent 9435637082
commit 7328089b30
+14 -3
View File
@@ -14,10 +14,9 @@
}
},
"release": {
"projectsRelationship": "independent",
"projectsRelationship": "fixed",
"groups": {
"grafanaPackages": {
"projectsRelationship": "fixed",
"projects": [
"@grafana/data",
"@grafana/e2e",
@@ -29,10 +28,22 @@
"@grafana/ui"
]
},
"privatePackages": {
"projects": ["@grafana/sql", "@grafana/o11y-ds-frontend"]
},
"plugins": {
"projectsRelationship": "fixed",
"projects": ["@grafana-plugins/*"]
}
},
"version": {
"generatorOptions": {
"skipLockFileUpdate": true
},
"git": {
"commit": false,
"stageChanges": false,
"tag": false
}
}
},
"defaultBase": "main"