Description
Hi,
I have just found this tool and it looks like it will be really useful, but I'm having a bit of trouble getting it to work.
I originally installed the gem/master version and attempted to generate a changelog using the command;
github_changelog_generator --base CHANGELOG.md
But I was met with the same issue posted here #658
I then installed the pre-release version as suggested in a few different issues.
However running the command from my project folder has the following results
I first tried
github_changelog_generator --base CHANGELOG.md
which returned
Configure which user and project to work on. Options --user and --project, or settings to that effect. See --help for more. Usage: github_changelog_generator --user USER --project PROJECT [options]
I am running this from my project folder so I'm not sure this is actually needed however I'm not familiar with this tool so I'm unsure if this is the expected behavior.
Running the github_changelog_generator with the requested parameters output's;
Using these options:
Then appears to hang, I left it running in the background for a while but nothing changes, running as admin has the same result.
Firstly, am I doing something wrong? I don't think I am and secondly, is there a parameter for verbose output or a log file so I can get a better idea what's happening?
Sorry if I missed anything, I'm new to submitting issues