File tree Expand file tree Collapse file tree 3 files changed +33
-0
lines changed Expand file tree Collapse file tree 3 files changed +33
-0
lines changed Original file line number Diff line number Diff line change
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.
Original file line number Diff line number Diff line change
1
+ {
2
+ "changeTypes" : {
3
+ "major" : {
4
+ "description" : " Breaking changes" ,
5
+ "emoji" : " \ud83d\udca5 "
6
+ },
7
+ "minor" : {
8
+ "description" : " New features" ,
9
+ "emoji" : " \u2728 "
10
+ },
11
+ "patch" : {
12
+ "description" : " Bug fixes and improvements" ,
13
+ "emoji" : " \ud83d\udc1b "
14
+ }
15
+ },
16
+ "baseBranch" : " main"
17
+ }
Original file line number Diff line number Diff line change
1
+ ---
2
+ " stagehand " : patch
3
+ ---
4
+
5
+ start using pychangeset to track changes
You can’t perform that action at this time.
0 commit comments