We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f563af0 commit 700b4ddCopy full SHA for 700b4dd
scripts/makechangelog.sh
@@ -8,7 +8,7 @@
8
# Will produce some duplicates for PRs integrated using rebase,
9
# but those will not occur with current merge queue.
10
11
-git log --first-parent --pretty="format:%H" "$@" | while read commit_sha
+git log --first-parent --pretty="tformat:%H" "$@" | while IFS= read -r commit_sha
12
do
13
gh api "/repos/:owner/:repo/commits/${commit_sha}/pulls" \
14
-q ".[] | \"- \(.title) by [@\(.user.login)](\(.user.html_url)) [#\(.number)](\(.html_url))\""
0 commit comments