We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7afff45 commit 6b95454Copy full SHA for 6b95454
src/github.ts
@@ -65,7 +65,7 @@ export async function generateChangelog(
65
// Find all the commits between the current release and the last release.
66
const commits = shell
67
.exec(
68
- `git --no-pager -C ~/Desktop/warp/warp log ${lastReleaseVersion}..${currentVersion} --pretty=format:""%H""`,
+ `git --no-pager log ${lastReleaseVersion}..${currentVersion} --pretty=format:""%H""`,
69
{silent: true}
70
)
71
.stdout.trim()
0 commit comments