We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9457d1e commit 96421c7Copy full SHA for 96421c7
.changeset/README.md
@@ -0,0 +1,11 @@
1
+# Changesets
2
+
3
+This directory contains changeset files that track changes.
4
5
+## Creating a changeset
6
7
+Run `changeset` or `changeset add` to create a new changeset.
8
9
+## More info
10
11
+See https://github.com/browserbase/pychangeset for more information.
.changeset/config.json
@@ -0,0 +1,17 @@
+{
+ "changeTypes": {
+ "major": {
+ "description": "Breaking changes",
+ "emoji": "\ud83d\udca5"
+ },
+ "minor": {
+ "description": "New features",
+ "emoji": "\u2728"
+ "patch": {
12
+ "description": "Bug fixes and improvements",
13
+ "emoji": "\ud83d\udc1b"
14
+ }
15
16
+ "baseBranch": "main"
17
+}
0 commit comments