You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I often find myself looking at a closed issue, and wanting to know whether that issue was fixed in any existing releases. It would be nice for towncrier, which has the full database of linked issues and is invoked to generate release notes during the release, to do something to link up those issues.
One way to do this would be to add comments to the issues with a github API key, but perhaps a properly formatted commit message that referenced the issues would allow Github's own automatic linking logic to find the commit / tag / release from the issue; I'm explicitly leaving this open-ended since I don't have strong feelings about exactly how it should work, only that it would be nice to have.