-
Notifications
You must be signed in to change notification settings - Fork 52
GitReleaseNotes.exe /OutputFile CHANGELOG.md throws exception #95
Comments
Try Gitreleasenotes . /o changelog.md Sent from my Windows Phone From: mrbelkmailto:notifications@github.com When I try to run this command from within my repo, I get the following error: Unhandled Exception: System.InvalidOperationException: Number of ordinal arguments must at least {0}. When I try to run the tool specifying the WorkingDirectory (of "."), I get nothing. When I specify /Verbose, I can't find where a logfile might be created and there is no verbose logging emitted to the console (Powershell). What might I be doing wrong? — |
no joy. Same error. |
Hello i have the same issue with version 0.7.1 installed by chocolatey. The command
The command |
Any movement on this issue? Would really like to use this tool for building ReleaseNotes. The GitVersion stuff is great, and this would be a nice companion for that. |
I installed mine using Chocolatey, and it worked for the first time (although the tags were not ordered correctly) using |
I haven't tried replicating this yet, but perhaps your working directory is not what you believe it to be? Can you try, rather than a ".", specify the full path to your repo directory? |
A while back a bunch of stuff got broken, at the moment I am just using Because it work enough for me I haven't got back to it :( |
Had the same exception as in #95 (comment). Adding "." as working directory worked for me. Also multiple times in a row. |
The point is that it doesn't throw anything. It just doesn't work anymore. |
Once GitTools.Core is stable enough, we will give this component some love again. |
👍 |
This is caused by the first argument being a switch (arg preceded by I discovered this the hard way by debugging! The |
Added `.` to the command example since without it, GRN explodes as per GitTools#95.
When I try to run this command from within my repo, I get the following error:
When I try to run the tool specifying the WorkingDirectory (of "."), I get nothing. When I specify /Verbose, I can't find where a logfile might be created and there is no verbose logging emitted to the console (Powershell).
What might I be doing wrong?
The text was updated successfully, but these errors were encountered: