Skip to content

Commit

Permalink
util/fetch_prs_between.sh: Add Markdown formatted Link
Browse files Browse the repository at this point in the history
This can then be easily copy/pasted into the changelog 💙
  • Loading branch information
phansch committed Apr 20, 2020
1 parent 6dcc8d5 commit 90d8b63
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions util/fetch_prs_between.sh
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 90d8b63

Please sign in to comment.