Skip to content

Commit 6507728

Browse files
committed
Auto merge of #5496 - phansch:markdown-link, r=flip1995
util/fetch_prs_between.sh: Add Markdown formatted link This can then be easily copy/pasted into the changelog 💙 changelog: none
2 parents ef6ba82 + 90d8b63 commit 6507728

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

util/fetch_prs_between.sh

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ for pr in $(git log --oneline --grep "Merge #" --grep "Merge pull request" --gre
2020
fi
2121

2222
echo "URL: https://github.com/rust-lang/rust-clippy/pull/$id"
23+
echo "Markdown URL: [#$id](https://github.com/rust-lang/rust-clippy/pull/$id)"
2324
echo "$message"
2425
echo "---------------------------------------------------------"
2526
echo

0 commit comments

Comments
 (0)