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 cleanup step before parsing #18

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

gumbo2k
Copy link

@gumbo2k gumbo2k commented Jul 15, 2024

Similar to git itself, we now add a cleanup step before processing the commit message.
Check git-commit man page for the --cleanup option. In contrast to git we do "strip" and "scissors" in one step.

closes #7

Similar to git itself, we now add a cleanup step before processing
the commit message.
Check `git-commit` man page for the `--cleanup` option.
In contrast to `git` we do "strip" and "scissors" in one step.

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

Successfully merging this pull request may close these issues.

Ignore commented lines?
1 participant