Skip to content

Commit 0bfb6f5

Browse files
authored
Don't publish downstream packages of Wrangler & Miniflare from the v3 branch (#8524)
* Skip publishing downstream packages of Wrangler & Miniflare * Remove c3 e2e tests
1 parent 5cd32b1 commit 0bfb6f5

File tree

5 files changed

+5
-218
lines changed

5 files changed

+5
-218
lines changed

.changeset/config.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,11 @@
1010
"baseBranch": "v3-maintenance",
1111
"updateInternalDependencies": "patch",
1212
"bumpVersionsWithWorkspaceProtocolOnly": true,
13-
"ignore": [],
13+
"ignore": [
14+
"@cloudflare/vite-plugin",
15+
"@cloudflare/pages-shared",
16+
"@cloudflare/vitest-pool-workers"
17+
],
1418
"privatePackages": {
1519
"tag": true,
1620
"version": true

.github/workflows/c3-dependabot-versioning-prs.yml

Lines changed: 0 additions & 28 deletions
This file was deleted.

.github/workflows/c3-e2e-quarantine.yml

Lines changed: 0 additions & 46 deletions
This file was deleted.

.github/workflows/c3-e2e.yml

Lines changed: 0 additions & 85 deletions
This file was deleted.

packages/wrangler/e2e/c3-integration.test.ts

Lines changed: 0 additions & 58 deletions
This file was deleted.

0 commit comments

Comments
 (0)