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 3ef4941 commit 519bfebCopy full SHA for 519bfeb
src/github.ts
@@ -65,7 +65,7 @@ export async function generateChangelog(
65
if (lastReleaseVersion) {
66
// Find all the commits between the current release and the last release.
67
const command = shell.exec(
68
- `git --no-pager log ${lastReleaseVersion}...${currentVersion} --pretty=format:'"%H"'`,
+ `git --no-pager log ${lastReleaseVersion}...${currentVersion} --pretty=format:%H`,
69
{silent: true}
70
)
71
core.info(`Executed git log with output ${command}`)
0 commit comments