Skip to content

Commit

Permalink
fix: change release please configuration for jsr.json (#1174)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored and stainless-bot committed Nov 5, 2024
1 parent 35cfdb8 commit c39efba
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,10 @@
"extra-files": [
"src/version.ts",
"README.md",
"jsr.json"
{
"type": "json",
"path": "jsr.json",
"jsonpath": "$.version"
}
]
}
2 changes: 1 addition & 1 deletion scripts/build-deno
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ for dir in dist-deno/_shims dist-deno/_shims/auto; do
mv -- "$file" "${file%-deno.ts}.ts"
done
done
for file in LICENSE CHANGELOG.md; do
for file in README.md LICENSE CHANGELOG.md; do
if [ -e "${file}" ]; then cp "${file}" dist-deno; fi
done

0 comments on commit c39efba

Please sign in to comment.