In github I can view a commit and view all the releases it was part of.
I am trying to do something similar with LibGit2Sharp
. I can find a commit and I can find a release, but I can't see how to tell if a commit was in a release or not.
Is this possible, if so how?