mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-14 21:16:50 +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
@ -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 New Issue
Block a user