mirror of
https://github.com/penpot/penpot-exporter-figma-plugin.git
synced 2024-12-22 13:43:03 -05:00
7a7ad6ae60
* Add release management with changelogs * wip * fix workflows * ignore changeset folder * fix release workflow
11 lines
275 B
JSON
11 lines
275 B
JSON
{
|
|
"$schema": "https://unpkg.com/@changesets/config@3.0.0/schema.json",
|
|
"changelog": "@changesets/cli/changelog",
|
|
"commit": false,
|
|
"fixed": [],
|
|
"linked": [],
|
|
"access": "restricted",
|
|
"baseBranch": "main",
|
|
"updateInternalDependencies": "patch",
|
|
"ignore": []
|
|
}
|