Skip to content

Commit 4996945

Browse files
author
Matthew Fisher
committed
Merge pull request #3520 from bacongobbler/use-merges-for-changelog
ref(contrib): use merges for changelog summmaries
2 parents 1df8eea + 5135b4a commit 4996945

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

contrib/util/generate-changelog.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ retrieve() {
2424
# Echo all this in a way that makes the commit hash and message a link
2525
# to the commit in markdown
2626
echo ' -' "[\`$commit\`]($LINK)" "$SUBSYSTEM": "$MESSAGE"
27-
done < <(git --no-pager log --oneline --no-merges --oneline --format="%h %H %s" --grep="$1" "$FROM".."$TO")
27+
done < <(git --no-pager log --oneline --merges --oneline --format="%h %H %b" --grep="$1" "$FROM".."$TO")
2828
# Scrape the information from git
2929
}
3030

0 commit comments

Comments
 (0)