1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-26 14:49:06 -04:00

Explain how to set up generate_changelog.py

This commit is contained in:
Emil Ernerfeldt
2025-02-04 16:28:52 +01:00
parent 95ab92ca4a
commit f162c3bcbf

View File

@@ -5,6 +5,8 @@ Summarizes recent PRs based on their GitHub labels.
The result can be copy-pasted into CHANGELOG.md,
though it often needs some manual editing too.
Setup: pip install GitPython requests tqdm
"""
import argparse