Skip to content

Commit a245054

Browse files
committed
add more logging
1 parent 179f5c2 commit a245054

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

dist/index.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/github.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ export async function generateChangelog(
6969
{silent: true}
7070
)
7171
core.info(`Executed git log with output ${command}`)
72+
core.info(`Executed git log with output ${command.stderr}`)
7273
const commits = command.stdout.trim().split('\n')
7374
const pullRequestMetadata = await fetchPullRequestBodyFromCommits(
7475
commits,

0 commit comments

Comments
 (0)