Files
mosaic/.changeset/config.json
Jason Woltje af514893cd feat(registry): Gitea npm registry publish config + Changesets
- .npmrc: @mosaic scope points to Gitea registry
- Changesets initialized with initial minor release
- publishConfig added to all packages
- Woodpecker publish step on main branch
2026-03-06 18:39:48 -06:00

12 lines
275 B
JSON

{
"$schema": "https://unpkg.com/@changesets/config@3.1.3/schema.json",
"changelog": "@changesets/cli/changelog",
"commit": false,
"fixed": [],
"linked": [],
"access": "restricted",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": []
}