standard-version icon indicating copy to clipboard operation
standard-version copied to clipboard

Feat add parser opts

Open mmamedel opened this issue 3 years ago • 2 comments

This feature would allow adding custom options when calling Conventional Commits Parser. This would allow usage with providers that use different patterns and additional user customization. Fixes #634, #690

Another possible way to solve this is adding the parserOpts to the .versionrc file. But that would involve changes with the (conventional-changelog-config-spec)[https://github.com/conventional-changelog/conventional-changelog-config-spec]. It might be a cleaner solution at the end.

mmamedel avatar Sep 01 '21 16:09 mmamedel

Would love for this to be merged, the last thing missing before I can use standard-version

naimahnash avatar Nov 12 '21 19:11 naimahnash

Is there any plan to accept writerOpts as arguments(https://github.com/conventional-changelog/standard-version/issues/362) in standard-version similar to parserOpts ?

gauravmalik1011 avatar Nov 26 '21 12:11 gauravmalik1011