Skip to content

Commit be2a086

Browse files
committed
Revert "chore: revert temporary @netlify/dev release please config"
This reverts commit 451a896.
1 parent 451a896 commit be2a086

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

release-please-config.json

Lines changed: 5 additions & 7 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": [
6-
"node-workspace"
7-
],
5+
"plugins": ["node-workspace"],
86
"release-type": "node",
97
"separate-pull-requests": false,
108
"packages": {
119
"packages/ai": {},
1210
"packages/blobs": {},
1311
"packages/cache": {},
14-
"packages/dev": {},
12+
"packages/dev": {
13+
"exclude-paths": ["packages/dev"]
14+
},
1515
"packages/dev-utils": {},
1616
"packages/edge-functions": {},
1717
"packages/functions/dev": {},
@@ -27,9 +27,7 @@
2727
"packages/types": {},
2828
"packages/vite-plugin": {},
2929
"packages/vite-plugin-tanstack-start": {
30-
"exclude-paths": [
31-
"packages/vite-plugin-tanstack-start/test"
32-
]
30+
"exclude-paths": ["packages/vite-plugin-tanstack-start/test"]
3331
}
3432
}
3533
}

0 commit comments

Comments
 (0)