Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/six-eyes-return.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@changesets/ghcommit": minor
---

Replace `isomorphic-git` with direct `git` command calls to get the file changes since a given ref
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"release": "pnpm build && changeset publish"
},
"dependencies": {
"isomorphic-git": "^1.36.3"
"tinyexec": "^1.2.4"
},
"devDependencies": {
"@actions/github": "^9.0.0",
Expand All @@ -62,7 +62,6 @@
"pino": "^9.3.2",
"pino-pretty": "^11.2.2",
"publint": "^0.3.21",
"tinyexec": "^1.2.4",
"tsdown": "^0.22.1",
"typescript": "^6.0.3",
"vitest": "^4.1.8"
Expand Down
Loading