I wrote this tool to update changelogs with the latest git commit info, and I noticed when I install it globally, the git info seems to be coming from the global path to which it was installed to, vs the working directory of my project.
If I install it locally to the project and execute it via npm run, then there's no problem.
Can we get an option to set the execution context of the git command to pwd()?