GitTools / GitReleaseNotes

Easily generate release notes
MIT License
173 stars 52 forks source link

No file output #48

Open khellang opened 10 years ago

khellang commented 10 years ago

When I try to generate release notes for scriptcs, it says it finds the .git folder, then it says it's done, but I can't find any output. I noticed there is a /Verbose switch, but since I hit the GitHub API rate limit (see #47) it doesn't reach the point where it's done anymore, so I can't test it.

2014-06-26_01-27-49

Also, I just copy-pasted the command, GitReleaseNotes /o releasenotes.md /allTags, from your blog post, but it doesn't seem to pick up the /o argument. Is it case sensitive? If it is, you probably have to either update the blog post or make them case-insensitive :wink:

c0bra commented 10 years ago

This error is unavoidable for me as well. No matter what options/switches I try it always throws an Unhandled Exception error.

GeertvanHorrik commented 9 years ago

@khellang / @c0bra sorry you had to wait this long for a reply. What is the status, still throwing errors?