Skip to content

Commit 451a896

Browse files
committed
chore: revert temporary @netlify/dev release please config
1 parent cd7f3be commit 451a896

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

release-please-config.json

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
33
"bootstrap-sha": "1e628be35d2ae079b63ec8e98ca0c6831237b677",
44
"last-release-sha": "ef34aade3b10abee4a330545c8f1ca7c4d084891",
5-
"plugins": ["node-workspace"],
5+
"plugins": [
6+
"node-workspace"
7+
],
68
"release-type": "node",
79
"separate-pull-requests": false,
810
"packages": {
911
"packages/ai": {},
1012
"packages/blobs": {},
1113
"packages/cache": {},
12-
"packages/dev": {
13-
"exclude-paths": ["packages/dev"]
14-
},
14+
"packages/dev": {},
1515
"packages/dev-utils": {},
1616
"packages/edge-functions": {},
1717
"packages/functions/dev": {},
@@ -27,7 +27,9 @@
2727
"packages/types": {},
2828
"packages/vite-plugin": {},
2929
"packages/vite-plugin-tanstack-start": {
30-
"exclude-paths": ["packages/vite-plugin-tanstack-start/test"]
30+
"exclude-paths": [
31+
"packages/vite-plugin-tanstack-start/test"
32+
]
3133
}
3234
}
3335
}

0 commit comments

Comments
 (0)