Skip to content

Commit

Permalink
chore(ci): ignore private repositories (esp. backstage app, backend) …
Browse files Browse the repository at this point in the history
…when release plugins (#1821)

Signed-off-by: Christoph Jerolimov <[email protected]>
  • Loading branch information
christoph-jerolimov authored Nov 4, 2024
1 parent 91731e0 commit 496302c
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 4 deletions.
6 changes: 5 additions & 1 deletion workspaces/keycloak/.changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,9 @@
"linked": [],
"access": "public",
"baseBranch": "main",
"updateInternalDependencies": "patch"
"updateInternalDependencies": "patch",
"privatePackages": {
"tag": false,
"version": false
}
}
6 changes: 5 additions & 1 deletion workspaces/ocm/.changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,9 @@
"linked": [],
"access": "public",
"baseBranch": "main",
"updateInternalDependencies": "patch"
"updateInternalDependencies": "patch",
"privatePackages": {
"tag": false,
"version": false
}
}
6 changes: 5 additions & 1 deletion workspaces/rbac/.changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,9 @@
"linked": [],
"access": "public",
"baseBranch": "main",
"updateInternalDependencies": "patch"
"updateInternalDependencies": "patch",
"privatePackages": {
"tag": false,
"version": false
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,9 @@
"linked": [],
"access": "public",
"baseBranch": "main",
"updateInternalDependencies": "patch"
"updateInternalDependencies": "patch",
"privatePackages": {
"tag": false,
"version": false
}
}

0 comments on commit 496302c

Please sign in to comment.