Commit 40b354df authored by Chris Lamb's avatar Chris Lamb 👀
Browse files

Skip all kinds of "2020-XX" report variants.

parent feaf5f06
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -337,7 +337,7 @@ def commits(month_start, month_end, project, path="."):
            r"^Add missing usertagged bugs$",
            r"^Remove archived bugs$",
            r"^Release .* to Debian .*$",
            r"^\d\d\d\d-\d\d[: ]",
            r"^20\d\d-?\d\d[: ]",
            r"^published as https:",
            r"^release as \d",
            r"^release \d",