This C#.net console application is to export Release information from github repositories using Octokit.net library https://github.com/octokit/octokit.net which in turn uses the Github api. The console application will export all the release information along with the bug count till the next release. The console application will combine all the releases in a month into a single row.
- Sample data excel is attached along wit this repo, which is a potential starting point to get started.