From 57e0dc11ef4033e7c9f7d765ff46e3fa43a43a8a Mon Sep 17 00:00:00 2001 From: Christoph Jerolimov Date: Mon, 4 Nov 2024 21:10:24 +0100 Subject: [PATCH] chore(ci): ignore private repositories (esp. backstage app, backend) when release plugins Signed-off-by: Christoph Jerolimov --- workspaces/keycloak/.changeset/config.json | 6 +++++- workspaces/ocm/.changeset/config.json | 6 +++++- workspaces/rbac/.changeset/config.json | 6 +++++- .../.changeset/config.json | 6 +++++- 4 files changed, 20 insertions(+), 4 deletions(-) diff --git a/workspaces/keycloak/.changeset/config.json b/workspaces/keycloak/.changeset/config.json index 4d034bb99f..8208df00f2 100644 --- a/workspaces/keycloak/.changeset/config.json +++ b/workspaces/keycloak/.changeset/config.json @@ -6,5 +6,9 @@ "linked": [], "access": "public", "baseBranch": "main", - "updateInternalDependencies": "patch" + "updateInternalDependencies": "patch", + "privatePackages": { + "tag": false, + "version": false + } } diff --git a/workspaces/ocm/.changeset/config.json b/workspaces/ocm/.changeset/config.json index 4d034bb99f..8208df00f2 100644 --- a/workspaces/ocm/.changeset/config.json +++ b/workspaces/ocm/.changeset/config.json @@ -6,5 +6,9 @@ "linked": [], "access": "public", "baseBranch": "main", - "updateInternalDependencies": "patch" + "updateInternalDependencies": "patch", + "privatePackages": { + "tag": false, + "version": false + } } diff --git a/workspaces/rbac/.changeset/config.json b/workspaces/rbac/.changeset/config.json index 4d034bb99f..8208df00f2 100644 --- a/workspaces/rbac/.changeset/config.json +++ b/workspaces/rbac/.changeset/config.json @@ -6,5 +6,9 @@ "linked": [], "access": "public", "baseBranch": "main", - "updateInternalDependencies": "patch" + "updateInternalDependencies": "patch", + "privatePackages": { + "tag": false, + "version": false + } } diff --git a/workspaces/scaffolder-backend-module-servicenow/.changeset/config.json b/workspaces/scaffolder-backend-module-servicenow/.changeset/config.json index 4d034bb99f..8208df00f2 100644 --- a/workspaces/scaffolder-backend-module-servicenow/.changeset/config.json +++ b/workspaces/scaffolder-backend-module-servicenow/.changeset/config.json @@ -6,5 +6,9 @@ "linked": [], "access": "public", "baseBranch": "main", - "updateInternalDependencies": "patch" + "updateInternalDependencies": "patch", + "privatePackages": { + "tag": false, + "version": false + } }