Skip to content

Commit e6efc0f

Browse files
bluwyAndarist
authored andcommitted
Replace isomorphic-git with direct git calls
1 parent cce7655 commit e6efc0f

4 files changed

Lines changed: 133 additions & 436 deletions

File tree

.changeset/six-eyes-return.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@changesets/ghcommit": minor
3+
---
4+
5+
Replace `isomorphic-git` with direct `git` command calls to get the file changes since a given ref

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"release": "pnpm build && changeset publish"
4747
},
4848
"dependencies": {
49-
"isomorphic-git": "^1.36.3"
49+
"tinyexec": "^1.2.4"
5050
},
5151
"devDependencies": {
5252
"@actions/github": "^9.0.0",
@@ -62,7 +62,6 @@
6262
"pino": "^9.3.2",
6363
"pino-pretty": "^11.2.2",
6464
"publint": "^0.3.21",
65-
"tinyexec": "^1.2.4",
6665
"tsdown": "^0.22.1",
6766
"typescript": "^6.0.3",
6867
"vitest": "^4.1.8"

0 commit comments

Comments
 (0)