Skip to content

Commit

Permalink
chore: Update changeset configuration to set access to public and mod…
Browse files Browse the repository at this point in the history
…ify release script
  • Loading branch information
GFrancV committed Nov 7, 2024
1 parent c74e1eb commit 974c976
Show file tree
Hide file tree
Showing 2 changed files with 10 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/config@3.0.3/schema.json",
"changelog": "@changesets/cli/changelog",
"commit": false,
"fixed": [],
"linked": [],
"access": "restricted",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": []
"$schema": "https://unpkg.com/@changesets/config@3.0.3/schema.json",
"changelog": "@changesets/cli/changelog",
"commit": false,
"fixed": [],
"linked": [],
"access": "public",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": []
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"build": "tsup",
"test": "vitest",
"check-exports": "attw --pack .",
"release": "changeset"
"release": "npm run build && changeset publish"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 974c976

Please sign in to comment.