Skip to content

Commit 651f4e3

Browse files
YaelDilliesocfnashjoelriougrunwegsgouezel
authored
Month in Mathlib May 2024 (#76)
Co-authored-by: Oliver Nash <[email protected]> Co-authored-by: Joël Riou <[email protected]> Co-authored-by: Michael Rothgang <[email protected]> Co-authored-by: Sébastien Gouëzel <[email protected]> Co-authored-by: Amelia Livingston <[email protected]> Co-authored-by: Mitchell Lee <[email protected]> Co-authored-by: David Loeffler <[email protected]> Co-authored-by: Damiano Testa <[email protected]> Co-authored-by: Jireh Loreaux <[email protected]> Co-authored-by: Kim Morrison <[email protected]>
1 parent e8ffc9c commit 651f4e3

File tree

2 files changed

+90
-1
lines changed

2 files changed

+90
-1
lines changed

monthly-blog.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,6 @@ echo ""
4646
pushd $mathlib > /dev/null
4747

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

5151
popd > /dev/null

0 commit comments

Comments
 (0)