Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat add parser opts #821

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

mmamedel
Copy link

@mmamedel mmamedel commented Sep 1, 2021

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.

taraskuprunets pushed a commit to taraskuprunets/standard-version that referenced this pull request Sep 29, 2021
@naimahnash
Copy link

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

README.md Outdated Show resolved Hide resolved
Co-authored-by: Naimah Nash <naimahnash@gmail.com>
@gauravmalik1011
Copy link

gauravmalik1011 commented Nov 26, 2021

Is there any plan to accept writerOpts as arguments(#362) in standard-version similar to parserOpts ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

How can I pass configuration to the commit parser
3 participants