Skip to content

Commit

Permalink
added .changeset directory
Browse files Browse the repository at this point in the history
  • Loading branch information
mishushakov committed Dec 16, 2024
1 parent 75efa98 commit 5cd50c4
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .changeset/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Changesets

To add changeset run:

```bash
npx changeset
```

in the root of the project. This will create a new changeset in the `.changeset` folder.
15 changes: 15 additions & 0 deletions .changeset/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"$schema": "https://unpkg.com/@changesets/config@2.3.1/schema.json",
"changelog": "@changesets/cli/changelog",
"commit": false,
"fixed": [],
"ignore": [],
"linked": [],
"access": "public",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"privatePackages": {
"version": true,
"tag": true
}
}

0 comments on commit 5cd50c4

Please sign in to comment.