Skip to content

Commit

Permalink
chore(js): scope PRs to js for changesets" (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeldking authored Jan 8, 2024
1 parent d88d280 commit f54a3c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/typescript-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ jobs:
uses: changesets/action@v1
with:
version: pnpm ci:version
commit: "chore: update versions"
title: "chore: update versions"
commit: "chore(js): update versions"
title: "chore(js): update versions"
publish: pnpm ci:publish
cwd: "./js"
env:
Expand Down

0 comments on commit f54a3c7

Please sign in to comment.