Skip to content

Commit

Permalink
autorelease: add task
Browse files Browse the repository at this point in the history
  • Loading branch information
mara004 committed Apr 4, 2024
1 parent 2360165 commit c581f5a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setupsrc/pypdfium2_setup/autorelease.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ def make_releasenotes(summary, prev_pdfium, new_pdfium, prev_tag, new_tag, c_upd
if c_updates:
with tempfile.TemporaryDirectory() as tmpdir:
tmpdir = Path(tmpdir)
# FIXME seems to take rather long - possibility to limit history size?
run_cmd(["git", "clone", "--filter=blob:none", "--no-checkout", PdfiumURL, "pdfium_history"], cwd=tmpdir)
relnotes += _get_log(
"PDFium", PdfiumURL, tmpdir/"pdfium_history",
Expand Down

0 comments on commit c581f5a

Please sign in to comment.