File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # Changesets
2+
3+ This directory is used by [ Changesets] ( https://github.com/changesets/changesets ) to manage versioning and publishing.
4+
5+ To create a new changeset, run ` pnpm changeset ` in this directory.
Original file line number Diff line number Diff line change 1+ {
2+ "$schema" : " https://unpkg.com/@changesets/config@3.1.1/schema.json" ,
3+ "changelog" : " @changesets/cli/changelog" ,
4+ "commit" : false ,
5+ "fixed" : [],
6+ "linked" : [],
7+ "access" : " public" ,
8+ "baseBranch" : " main" ,
9+ "updateInternalDependencies" : " patch" ,
10+ "ignore" : []
11+ }
Original file line number Diff line number Diff line change 3535 "test:watch" : " vitest" ,
3636 "typecheck" : " tsc --noEmit" ,
3737 "clean" : " rm -rf dist" ,
38- "test:mutation" : " npx stryker run"
38+ "test:mutation" : " npx stryker run" ,
39+ "release" : " pnpm build && changeset publish"
3940 },
4041 "dependencies" : {
4142 "@azeth/common" : " ^0.1.0" ,
5051 "@stryker-mutator/vitest-runner" : " ^8.6.0" ,
5152 "@types/node" : " ^22.0.0" ,
5253 "typescript" : " ^5.7.0" ,
53- "vitest" : " ^2.1.0"
54+ "vitest" : " ^2.1.0" ,
55+ "@changesets/cli" : " ^2.27.0"
5456 },
5557 "publishConfig" : {
5658 "access" : " public"
You can’t perform that action at this time.
0 commit comments