Explain how to set up generate_changelog.py
This commit is contained in:
parent
95ab92ca4a
commit
f162c3bcbf
|
|
@ -5,6 +5,8 @@ Summarizes recent PRs based on their GitHub labels.
|
||||||
|
|
||||||
The result can be copy-pasted into CHANGELOG.md,
|
The result can be copy-pasted into CHANGELOG.md,
|
||||||
though it often needs some manual editing too.
|
though it often needs some manual editing too.
|
||||||
|
|
||||||
|
Setup: pip install GitPython requests tqdm
|
||||||
"""
|
"""
|
||||||
|
|
||||||
import argparse
|
import argparse
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue