git - LibGit2Sharp Find release for commit -


in github can view commit , view releases part of.

i trying similar libgit2sharp. can find commit , can find release, can't see how tell if commit in release or not.

is possible, if how?

a release github concept. it's built on git concept of tag , enriched styled release notes , downloadable assets.

from libgit2sharp perspective, you're after finding tags point specific commit.

the question what's fastest way find tags pointing commits? deals this.


Comments