Skip to content

Commit 1ee8ba4

Browse files
authored
Add isomorphic git to project, and allow different bases (#8)
* Add isomorphic-git to the project This required the typescript module resolution mode. * Allow for different types of bases Allow for tags, either the same or another branch, or a commit hash to be used as a base. * Add tests for using commits / tags as base * Fix bug using tag as base
1 parent 7ba8473 commit 1ee8ba4

File tree

8 files changed

+256
-26
lines changed

8 files changed

+256
-26
lines changed

Diff for: package.json

+3
Original file line numberDiff line numberDiff line change
@@ -68,5 +68,8 @@
6868
"packageManager": "[email protected]",
6969
"publishConfig": {
7070
"access": "public"
71+
},
72+
"dependencies": {
73+
"isomorphic-git": "^1.27.1"
7174
}
7275
}

Diff for: pnpm-lock.yaml

+94
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)