Jason Cust
Jason Cust
As you know, npm provides a built in manner for managing version bumps. As with most script support it also provides [hooks](https://docs.npmjs.com/misc/scripts) throughout the various stages of running a script...
Bump. @robinjoseph08 If this is out of scope for your intention for this module just let me know.
@robinjoseph08 I think I came up with a good solution to support `npm version` directly in a fairly generic manner. See PR #42.
Bump. @robinjoseph08, let me know if this does or doesn't work for you.
For anyone who want this functionality, I made a fork a while back that includes it: https://github.com/JasonCust/generate-changelog
> @JasonCust Any chance you can publish this onto npm under your namespace, e.g. `@JasonCust/generate-changelog`? @julianlam Apologies for missing your comment! I had contemplated this but what I did was...
This is the forked repo if anyone is interested: https://github.com/JasonCust/generate-changelog If I do get around to a writing new version I’ll update this thread.