We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75efa98 commit 5cd50c4Copy full SHA for 5cd50c4
.changeset/README.md
@@ -0,0 +1,9 @@
1
+# Changesets
2
+
3
+To add changeset run:
4
5
+```bash
6
+npx changeset
7
+```
8
9
+in the root of the project. This will create a new changeset in the `.changeset` folder.
.changeset/config.json
@@ -0,0 +1,15 @@
+{
+ "$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
+ "changelog": "@changesets/cli/changelog",
+ "commit": false,
+ "fixed": [],
+ "ignore": [],
+ "linked": [],
+ "access": "public",
+ "baseBranch": "main",
10
+ "updateInternalDependencies": "patch",
11
+ "privatePackages": {
12
+ "version": true,
13
+ "tag": true
14
+ }
15
+}
0 commit comments