File tree Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 45
45
id : changesets
46
46
uses : changesets/action@v1
47
47
with :
48
- version : pnpm changeset version
48
+ version : pnpm run version
49
49
publish : pnpm run publish
50
50
commit : " ci: release"
51
51
title : " ci: release"
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " @ascorbic/cdn-cache-control" ,
3
- "version" : " 1.2 .0" ,
4
- "exports" : " ./src/index.ts" ,
5
- "license" : " MIT"
2
+ "name" : " @ascorbic/cdn-cache-control" ,
3
+ "version" : " 1.3 .0" ,
4
+ "exports" : " ./src/index.ts" ,
5
+ "license" : " MIT"
6
6
}
Original file line number Diff line number Diff line change 45
45
"publish" : " changeset publish && npx jsr publish" ,
46
46
"lint" : " pnpm run '/^lint:.*/'" ,
47
47
"test" : " pnpm build && node --test" ,
48
- "tsdoc" : " tsdoc --src=src/index.ts && prettier --write README.md"
48
+ "tsdoc" : " tsdoc --src=src/index.ts && prettier --write README.md" ,
49
+ "version" : " changeset version && jq --arg version \" $(jq -r .version package.json)\" '.version = $version' jsr.json > jsr.json.tmp && mv jsr.json.tmp jsr.json"
49
50
},
50
51
"keywords" : [],
51
52
"author" : " Matt Kane <m@mk.gg>" ,
You can’t perform that action at this time.
0 commit comments