benduran / lets-version

A package that reads your conventional commits and git history and recommends (or applies) a SemVer version bump for you
MIT License
1 stars 3 forks source link

Adding a custom changelog line formatter #3

Closed jgodi closed 1 year ago

jgodi commented 1 year ago

This change will allow the user to pass a custom formatter for the changelog line. This will allow the user to change the text, add links, etc.

benduran commented 1 year ago

@jgodi thanks for your contribution! I left a small nit-pick comment. Overall, I like these changes. However, it might be worth either adding an additional CLI flag that points to a path to a changeLogLineFormatter .js file, and / or updating the readme.md to call out that advanced customization is only available when using the NodeJS API

jgodi commented 1 year ago

@benduran made the updates