mirror of
https://github.com/gradio-app/gradio.git
synced 2024-12-03 01:50:59 +08:00
62306d9ed1
* Implement unified version and release mechanism for all python and javascript packages. * Update gradio/package.json Co-authored-by: Abubakar Abid <abubakar@huggingface.co> * fix changelog * fix changelog * Update js/button/README.md * Update .github/workflows/generate-changeset.yml --------- Co-authored-by: Abubakar Abid <abubakar@huggingface.co>
12 lines
328 B
JSON
12 lines
328 B
JSON
{
|
|
"$schema": "https://unpkg.com/@changesets/config@2.3.0/schema.json",
|
|
"changelog": ["./changeset.cjs", { "repo": "gradio-app/gradio" }],
|
|
"commit": false,
|
|
"fixed": [],
|
|
"linked": [],
|
|
"access": "public",
|
|
"baseBranch": "main",
|
|
"updateInternalDependencies": "patch",
|
|
"ignore": ["@gradio/spaces-test", "@gradio/cdn-test"]
|
|
}
|