GitReleaseNotes
GitReleaseNotes copied to clipboard
Getting no output when running GitReleaseNotes with private Bitbucket repo
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?
I am having the same problem. Should it not just grab information from the local git clone?
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
.
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
@vssubs As a replacement, you can take a look at https://github.com/StefH/GitHubReleaseNotes
as to my knowledge it's not maintained anymore, so you could use what @StefH suggested