GitTools / GitReleaseNotes

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

Don't generate releasenotes.md #117

Open jzeferino opened 6 years ago

jzeferino commented 6 years ago

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.

dazinator commented 6 years ago

It's most likely due to this: https://github.com/GitTools/GitReleaseNotes/issues/111

jzeferino commented 6 years ago

The PR is already done in #112. Waiting for the merge.

gep13 commented 6 years ago

@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.

jzeferino commented 6 years ago

@JakeGinnivan can you release this version please?

@gep13 thank you.

ianceicys commented 6 years ago

Very interested in this fix as I too cannot see any releasenotes.md file being generated.

holytshirt commented 6 years ago

It's broken :( GitReleaseNotes.exe . /OutputFile ReleaseNotes.md does nothing, and no errors reported even with /Verbose

PatrickGrub commented 6 years ago

@holytshirt same issue here!

CRuppert commented 6 years ago

same...

gep13 commented 6 years ago

@jzeferino @dazinator @ianceicys @holytshirt @PatrickGrub @CRuppert can you all have a play with the newly released version, and see if this has been resolved?

dazinator commented 6 years ago

@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?

gep13 commented 6 years ago

@dazinator sorry, I am just seeing this now. Give me a few days, and I will try to get this done.

gep13 commented 6 years ago

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.

stunney commented 6 years ago

Bump

StefH commented 6 years ago

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.

david-bugeja commented 5 years ago

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.

StefH commented 5 years ago

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?

StefH commented 5 years ago

@david-bugeja

Can you please test version here ? https://github.com/StefH/GitHubReleaseNotes/releases/tag/1.0.4.0-preview