Skip to content

Commit

Permalink
Merge pull request #79 from ahrjarrett/@ahrjarrett/v0.40.10
Browse files Browse the repository at this point in the history
@ahrjarrett/v0.40.10
  • Loading branch information
ahrjarrett authored Apr 15, 2024
2 parents 4aca6a6 + 4eaefdb commit fc42103
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/great-worms-refuse.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"any-ts": patch
---

fix: don't run `pnpm run version` in `bin/version`, run `changeset version`
2 changes: 1 addition & 1 deletion bin/version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ const main = () => {
run(
checkCleanWorktree,
// $.exec(`pnpm run changes`),
$.exec(`pnpm run version`),
$.exec(`pnpm changeset version`),
)

const next = readPackageVersion()
Expand Down

0 comments on commit fc42103

Please sign in to comment.