mirror of
https://github.com/gradio-app/gradio.git
synced 2025-02-11 11:19:58 +08:00
* ci typo * fix * again * again * again * ignore workbench * small tweaks for publish + docs
15 lines
364 B
JSON
15 lines
364 B
JSON
{
|
|
"$schema": "https://unpkg.com/@changesets/config@2.3.0/schema.json",
|
|
"changelog": [
|
|
"@changesets/changelog-github",
|
|
{ "repo": "gradio-app/gradio" }
|
|
],
|
|
"commit": false,
|
|
"fixed": [],
|
|
"linked": [],
|
|
"access": "public",
|
|
"baseBranch": "main",
|
|
"updateInternalDependencies": "patch",
|
|
"ignore": ["@gradio/app", "@gradio/spaces-test", "@gradio/workbench"]
|
|
}
|