Skip to content

Commit 6b95454

Browse files
committed
remove path to local warp dir
1 parent 7afff45 commit 6b95454

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/github.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ export async function generateChangelog(
6565
// Find all the commits between the current release and the last release.
6666
const commits = shell
6767
.exec(
68-
`git --no-pager -C ~/Desktop/warp/warp log ${lastReleaseVersion}..${currentVersion} --pretty=format:""%H""`,
68+
`git --no-pager log ${lastReleaseVersion}..${currentVersion} --pretty=format:""%H""`,
6969
{silent: true}
7070
)
7171
.stdout.trim()

0 commit comments

Comments
 (0)