Skip to content

Commit

Permalink
Auto merge of rust-lang#5496 - phansch:markdown-link, r=flip1995
Browse files Browse the repository at this point in the history
util/fetch_prs_between.sh: Add Markdown formatted link

This can then be easily copy/pasted into the changelog 💙

changelog: none
  • Loading branch information
bors committed Apr 20, 2020
2 parents ef6ba82 + 90d8b63 commit 6507728
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions util/fetch_prs_between.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6507728

Please sign in to comment.