mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-10 15:14:29 +00:00
util/fetch_prs_between.sh: Add Markdown formatted Link
This can then be easily copy/pasted into the changelog 💙
This commit is contained in:
parent
6dcc8d5038
commit
90d8b6354e
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue