util/fetch_prs_between.sh: Add Markdown formatted Link

This can then be easily copy/pasted into the changelog 💙
This commit is contained in:
Philipp Hansch 2020-04-20 21:08:55 +02:00
parent 6dcc8d5038
commit 90d8b6354e
No known key found for this signature in database
GPG key ID: 2B4399C4BF4DCBDE

View file

@ -20,6 +20,7 @@ for pr in $(git log --oneline --grep "Merge #" --grep "Merge pull request" --gre
fi
echo "URL: https://github.com/rust-lang/rust-clippy/pull/$id"
echo "Markdown URL: [#$id](https://github.com/rust-lang/rust-clippy/pull/$id)"
echo "$message"
echo "---------------------------------------------------------"
echo