Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Month in Mathlib May 2024 #76

Merged
merged 14 commits into from
Jul 1, 2024
2 changes: 1 addition & 1 deletion monthly-blog.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@ echo ""
pushd $mathlib > /dev/null

git log --date=iso-local --pretty=oneline --abbrev-commit --since "$yy-$mm-01" --until "$yy-$mm-$daysOfMonth" | tac |
sed 's|\([^ ]*\) \(.*\) (#\([0-9]*\))|* [PR #\3](https://github.com/leanprover-community/mathlib/pull/\3) :: \2|'
sed 's|\([^ ]*\) \(.*\) (#\([0-9]*\))|* [PR #\3](https://github.com/leanprover-community/mathlib4/pull/\3) :: \2|'

popd > /dev/null
Loading
Loading