Skip to content
This repository has been archived by the owner on Sep 20, 2022. It is now read-only.

Getting no output when running GitReleaseNotes with private Bitbucket repo #104

Open
roh85 opened this issue Apr 15, 2016 · 5 comments
Open

Comments

@roh85
Copy link

roh85 commented Apr 15, 2016

Trying to get GitReleaseNotes working with my private Git repo hosted on BitBucket. Not getting an error but also not getting any output.

I have tried several commands but can't figure out what is going wrong.

GitReleaseNotes.exe . /AllTags /OutputFile ReleaseNotes.md --> nothing
GitReleaseNotes.exe . /IssueTracker Jira /Repo dynalean/dfservicestock /RepoUs ##### /RepoP ##### /O ReleaseNotes.md

Can you help me figuring out what is going wrong?

@glianeric
Copy link

I am having the same problem. Should it not just grab information from the local git clone?

@laedit
Copy link
Contributor

laedit commented Aug 29, 2016

I have the same thing with a GitHub public repo.

Update: in my case it was due to a Commits line on an existing ReleaseNotes.md which was malformed.
This was causing an OutOfRangeException which is magically transformed to null in the catch(Exception ex) of Program.

@vssubs
Copy link

vssubs commented Nov 4, 2021

Is this project still active no been updated for a long while and I am also having this same issue.
No file or output even when adding /Verbose to the command
I wanted to use it in conjunction with gitversion

@StefH
Copy link
Contributor

StefH commented Nov 4, 2021

@vssubs
As a replacement, you can take a look at https://github.com/StefH/GitHubReleaseNotes

@arturcic
Copy link
Member

arturcic commented Nov 4, 2021

as to my knowledge it's not maintained anymore, so you could use what @StefH suggested

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants