diff --git a/nx.json b/nx.json index 97d58cfc96e..4563761a555 100644 --- a/nx.json +++ b/nx.json @@ -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"