Skip to content

Commit

Permalink
Version
Browse files Browse the repository at this point in the history
  • Loading branch information
ascorbic committed Dec 8, 2024
1 parent 3cdbdb6 commit b12f370
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
id: changesets
uses: changesets/action@v1
with:
version: pnpm changeset version
version: pnpm run version
publish: pnpm run publish
commit: "ci: release"
title: "ci: release"
Expand Down
8 changes: 4 additions & 4 deletions jsr.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ascorbic/cdn-cache-control",
"version": "1.2.0",
"exports": "./src/index.ts",
"license": "MIT"
"name": "@ascorbic/cdn-cache-control",
"version": "1.3.0",
"exports": "./src/index.ts",
"license": "MIT"
}
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@
"publish": "changeset publish && npx jsr publish",
"lint": "pnpm run '/^lint:.*/'",
"test": "pnpm build && node --test",
"tsdoc": "tsdoc --src=src/index.ts && prettier --write README.md"
"tsdoc": "tsdoc --src=src/index.ts && prettier --write README.md",
"version": "changeset version && jq --arg version \"$(jq -r .version package.json)\" '.version = $version' jsr.json > jsr.json.tmp && mv jsr.json.tmp jsr.json"
},
"keywords": [],
"author": "Matt Kane <[email protected]>",
Expand Down

0 comments on commit b12f370

Please sign in to comment.