Go to the source code of this file.
Namespaces | |
| namespace | make_changelog |
Variables | |
| make_changelog.ENTRY | |
| make_changelog.api = ghapi.all.GhApi(owner="pybind", repo="pybind11") | |
| make_changelog.issues_pages | |
| tuple | make_changelog.issues = (issue for page in issues_pages for issue in page) |
| list | make_changelog.missing = [] |
| make_changelog.changelog = ENTRY.findall(issue.body) | |
| string | make_changelog.msg = "* " + msg |