Skip to content

Commit

Permalink
feat: add changeset configuration
Browse files Browse the repository at this point in the history
With:

```sh
pnpm add -Dw @changesets/cli
pnpm changeset init
```

Following https://pnpm.io/using-changesets.

"access" is set to "public" following:

  https://github.com/changesets/changesets/blob/main/docs/config-file-options.md#access-restricted--public
  • Loading branch information
thewtex committed Dec 21, 2023
1 parent 961f2c1 commit 2316fda
Show file tree
Hide file tree
Showing 3 changed files with 885 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .changeset/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
"changelog": "@changesets/cli/changelog",
"commit": false,
"fixed": [],
"linked": [],
"access": "public",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": []
}
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"ci:publish": "pnpm publish -r"
},
"devDependencies": {
"@changesets/cli": "^2.27.1",
"@commitlint/config-conventional": "^18.4.3"
},
"commitlint": {
Expand Down
Loading

0 comments on commit 2316fda

Please sign in to comment.