javascript-studio / studio-changes

📦 Generate a changelog as part of the npm version command
https://medium.com/javascript-studio/nice-and-easy-module-releases-a32c906b564e
MIT License
49 stars 7 forks source link

Allow option to specify changelog filename #5

Closed crookedneighbor closed 7 years ago

crookedneighbor commented 7 years ago

Would be great to allow a command line argument to specify the filename. IE, something like:

$ changes --file-name "CHANGELOG.md"
mantoni commented 7 years ago

Makes sense. I'm busy now and away next week. If you have time to make a PR, that'd be great! Otherwise I'll look into this once I'm back. For this module, I'd prefer to use a minimal option parser, e.g. minimist.

crookedneighbor commented 7 years ago

:+1: was going to suggest something similar.