Skip to content

Commit 90d8b63

Browse files
committed
util/fetch_prs_between.sh: Add Markdown formatted Link
This can then be easily copy/pasted into the changelog 💙
1 parent 6dcc8d5 commit 90d8b63

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

util/fetch_prs_between.sh

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ for pr in $(git log --oneline --grep "Merge #" --grep "Merge pull request" --gre
2020
fi
2121

2222
echo "URL: https://github.com/rust-lang/rust-clippy/pull/$id"
23+
echo "Markdown URL: [#$id](https://github.com/rust-lang/rust-clippy/pull/$id)"
2324
echo "$message"
2425
echo "---------------------------------------------------------"
2526
echo

0 commit comments

Comments
 (0)