- Update GitHub Actions workflows to use Node.js 24 (actions/setup-node@v5) - Add private packages to .changeset/config.json ignore array - Fix version string tests to read dynamically from package.json - Add FN-1537 documentation to .fusion/memory.md
22 lines
557 B
JSON
22 lines
557 B
JSON
{
|
|
"$schema": "https://unpkg.com/@changesets/config@3.1.3/schema.json",
|
|
"changelog": "@changesets/cli/changelog",
|
|
"commit": false,
|
|
"fixed": [],
|
|
"linked": [],
|
|
"access": "public",
|
|
"baseBranch": "main",
|
|
"updateInternalDependencies": "patch",
|
|
"ignore": [
|
|
"@fusion/core",
|
|
"@fusion/dashboard",
|
|
"@fusion/engine",
|
|
"@fusion/tui",
|
|
"@fusion/plugin-sdk",
|
|
"@fusion-plugin-examples/auto-label",
|
|
"@fusion-plugin-examples/ci-status",
|
|
"@fusion-plugin-examples/notification",
|
|
"@fusion-plugin-examples/settings-demo"
|
|
]
|
|
}
|