Skip to content

Commit

Permalink
Add isomorphic git to project, and allow different bases (#8)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
s0 authored Jul 27, 2024
1 parent 7ba8473 commit 1ee8ba4
Show file tree
Hide file tree
Showing 8 changed files with 256 additions and 26 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,5 +68,8 @@
"packageManager": "[email protected]",
"publishConfig": {
"access": "public"
},
"dependencies": {
"isomorphic-git": "^1.27.1"
}
}
94 changes: 94 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 1ee8ba4

Please sign in to comment.