X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=util%2Ffetch_prs_between.sh;h=6865abf971b282891e1da574766c4b0d577c5cac;hb=641ced4eb96d07fba2284fa258ccb987f7afc8a1;hp=881aba196e72340e5149ee68a3f102642e8a8035;hpb=bfef48f1855e452987f2f8038cb484d94672a74f;p=rust.git diff --git a/util/fetch_prs_between.sh b/util/fetch_prs_between.sh index 881aba196e7..6865abf971b 100755 --- a/util/fetch_prs_between.sh +++ b/util/fetch_prs_between.sh @@ -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