mirror of
https://github.com/cloudflare/wrangler-action.git
synced 2024-11-22 01:53:24 +01:00
14 lines
302 B
JSON
14 lines
302 B
JSON
|
{
|
||
|
"$schema": "https://unpkg.com/@changesets/config@2.3.1/schema.json",
|
||
|
"changelog": [
|
||
|
"@changesets/changelog-github",
|
||
|
{ "repo": "cloudflare/wrangler-action" }
|
||
|
],
|
||
|
"commit": false,
|
||
|
"linked": [],
|
||
|
"access": "public",
|
||
|
"baseBranch": "main",
|
||
|
"updateInternalDependencies": "patch",
|
||
|
"ignore": []
|
||
|
}
|