How can I get the code from latest release of a Github repository using nodegit?
I went through this API guide. I also look around in nodegit
user guides. There are examples to get the latest commit - but not the latest release.
Note: I would like to use nodegit
instead of github
's api because I would like to make my code work with an internal git
repository at a later point in time.