Skip to content

Commit

Permalink
Update changeset configuration and add release script to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
JackDevAU committed Jan 17, 2025
1 parent 9312592 commit ff44393
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
18 changes: 9 additions & 9 deletions .changeset/config.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
"changelog": "@changesets/cli/changelog",
"commit": false,
"fixed": [],
"linked": [],
"access": "restricted",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": []
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
"changelog": "@changesets/cli/changelog",
"commit": false,
"fixed": [],
"linked": [],
"access": "public",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": []
}
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"format": "biome check . --write",
"lint": "biome check .",
"cli": "turbo dev --filter=cli",
"watch": "turbo run watch"
"watch": "turbo run watch",
"release": "turbo build && changeset publish"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
Expand Down

0 comments on commit ff44393

Please sign in to comment.