From 496302c443fa3e6c65a08980c8272cc6c8cdbab8 Mon Sep 17 00:00:00 2001 From: Christoph Jerolimov Date: Mon, 4 Nov 2024 21:20:19 +0100 Subject: [PATCH] chore(ci): ignore private repositories (esp. backstage app, backend) when release plugins (#1821) 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 + } }