-
Notifications
You must be signed in to change notification settings - Fork 127
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Package.json dependency #38
Comments
Hey @1am, When this module was first written, it was only made to support Node projects, so that's why there were a lot assumptions made about how this package would be used, including things like having a After #25 was implemented, the Long-term, I think it would be great to be able to provide a way to pass in the current version of any arbitrary package through the CLI and still apply semver version bumps that way. For example, if I have a CLI package (my-cli) that responds to a We'll try our best to get to it soon, but we also gladly welcome PRs if you want to help! |
Hi, any updates here? |
I added this step before changelog and worked:
|
Hello,
I've tried to use generate-changelog for my non nodejs project but it fails with
Error: valid package.json not found
. I've looked through the issues of this repository and found Fails when no version is specified in package.json #24 and I can't really understand why there's a need for package.json at all if all you need to get list of changes for parsing isgit log v0.1...HEAD --pretty=format:'%H: %s' --reverse
called from bash.The text was updated successfully, but these errors were encountered: