GitReleaseNotes icon indicating copy to clipboard operation
GitReleaseNotes copied to clipboard

Don't generate releasenotes.md

Open jzeferino opened this issue 6 years ago • 17 comments

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.

jzeferino avatar Apr 04 '18 08:04 jzeferino

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

dazinator avatar Apr 04 '18 09:04 dazinator

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

jzeferino avatar Apr 04 '18 09:04 jzeferino

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

gep13 avatar Apr 04 '18 10:04 gep13

@JakeGinnivan can you release this version please?

@gep13 thank you.

jzeferino avatar Apr 04 '18 12:04 jzeferino

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

ianceicys avatar Apr 10 '18 15:04 ianceicys

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

holytshirt avatar Apr 12 '18 11:04 holytshirt

@holytshirt same issue here!

PatrickGrub avatar Apr 20 '18 12:04 PatrickGrub

same...

CRuppert avatar Jun 13 '18 23:06 CRuppert

@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 avatar Jul 04 '18 09:07 gep13

@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 avatar Aug 24 '18 22:08 dazinator

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

gep13 avatar Aug 29 '18 10:08 gep13

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.

gep13 avatar Aug 29 '18 10:08 gep13

Bump

stunney avatar Oct 26 '18 20:10 stunney

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.

StefH avatar Oct 27 '18 10:10 StefH

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.

david-bugeja avatar Nov 29 '18 10:11 david-bugeja

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 avatar Nov 29 '18 10:11 StefH

@david-bugeja

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

StefH avatar Nov 30 '18 09:11 StefH