Open
Description
I work in a large repo shared by multiple projects. The repo will never have any tags or releases. Creating releases is never a part of the workflow for any teams sharing the repo. It's just a long-lived series of commits, PRs and issues. And many issues and pull requests are not relevant for my team, only the ones with specific labels.
How can I generate a changelog between two commit IDs that is based only on issues and PRs containing a specified label?
(Thus it must not require any tags or releases and it must not include any of the issues, milestones, projects, or PRs that do not contain the specified labels.)
Thanks!