absolute-version / commit-and-tag-version

Fork of the excellent standard-version. Automate versioning and CHANGELOG generation, with semver.org and conventionalcommits.org :trophy:
ISC License
385 stars 36 forks source link

New Config API + Typescript conversion: WIP #68

Closed helmturner closed 1 year ago

helmturner commented 1 year ago

This is a work in progress for a refactor that addresses the following issues: #29, #31, #44, #61

helmturner commented 1 year ago

The next step on this is to implement commander for the CLI parsing and then a function for normalizing the CLI config into a Partial<CatVConfig> before merging it with the final configuration object.

helmturner commented 1 year ago

Closing this for branch rename