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

feat: added customizable date format for the git commits #24

Closed benduran closed 2 months ago

benduran commented 2 months ago

What?

This is a proposal to add a user-customizable --commitDateFormat field to the command line tool. This is mostly useful when combined with a letsVersion.config.mjs file, as it allows for further customization of the changelog that's generated in your repo.

miguelramos commented 2 months ago

I really like it. And LGTM. 👍