Open jzeferino opened 6 years ago
It's most likely due to this: https://github.com/GitTools/GitReleaseNotes/issues/111
The PR is already done in #112. Waiting for the merge.
@jzeferino @dazinator so, I have merged the PR that you mention, but I will need to consult with @JakeGinnivan about how to get a release out.
I will keep you both posted once I know what the process is.
@JakeGinnivan can you release this version please?
@gep13 thank you.
Very interested in this fix as I too cannot see any releasenotes.md file being generated.
It's broken :( GitReleaseNotes.exe . /OutputFile ReleaseNotes.md
does nothing, and no errors reported even with /Verbose
@holytshirt same issue here!
same...
@jzeferino @dazinator @ianceicys @holytshirt @PatrickGrub @CRuppert can you all have a play with the newly released version, and see if this has been resolved?
@gep13 I couldn't find the update on chocolatey. https://chocolatey.org/packages/GitReleaseNotes.Portable
I am currently running via the chocolatey package. Any chance this could be released there? Or do we now get it from nuget?
@dazinator sorry, I am just seeing this now. Give me a few days, and I will try to get this done.
Wait, there seems to be something wrong here...
Chocolatey already had a 0.7.1 release, dated back to 2015. Not sure what is going on there. I will have a dig into it, and see what I can come up with.
Bump
If anyone is interested in testing a trimmed down version from this tool (only support for GitHub git-repositories), take a look at: https://github.com/StefH/GitHubReleaseNotes
Please create an issue if you experience any troubles.
Is this project still active and working for anyone? Still having trouble getting it to work. No releasenotes file generated and no error generated.
@StefH if I understand correctly, your GitHubReleaseNotes doesn't support authentication? Tried it on one of our private repos and got a not found exception.
I use the Octokit.GitHubClient (which uses the free / throtled api from GitHub) to connect to repo.
I never tested on private repo's because I dont have.
Can you please make an issue in my project and provide me with some details? And maybe you can create a dummy private repo and give me access so I can test it?
@david-bugeja
Can you please test version here ? https://github.com/StefH/GitHubReleaseNotes/releases/tag/1.0.4.0-preview
I've tested the executable in OSX and Windows eg:
GitReleaseNotes.exe . /OutputFile ReleaseNotes.md
I runned it under a git repository, (github and bitbucket (without using credentials)). The ReleaseNotes.md don't event gets generated nor I get any feedback/error.