]> git.lizzy.rs Git - rust.git/blobdiff - util/fetch_prs_between.sh
Un-ingnore code snippets
[rust.git] / util / fetch_prs_between.sh
index 881aba196e72340e5149ee68a3f102642e8a8035..6865abf971b282891e1da574766c4b0d577c5cac 100755 (executable)
@@ -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