-
Notifications
You must be signed in to change notification settings - Fork 348
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(config.ts): add OCO_MESSAGE_TEMPLATE_PLACEHOLDER configuration i… #208
Conversation
…tem to allow users to customize the message template placeholder feat(commit.ts): add check for message templates in extraArgs and replace OCO_MESSAGE_TEMPLATE_PLACEHOLDER with generated commit message if found docs(README.md): add documentation for OCO_MESSAGE_TEMPLATE_PLACEHOLDER configuration item and how to use it in the command line (di-sukharev#205)
sorry to be sooo late, was winning top 1 in github hackathon with OpenCommit :) will take a look |
This does not work for me. When executing for example
I have already configured |
I can confirm this bug. It's happening to me as well I tried oco '$msg #someticketnumber' as well as '#some ticket number $msg' same error |
will take a look now |
well this code doesnt account for a single commit message e.g. like this:
it appends $msg in the very first line like this:
im not sure if this really helps, so lets see how this PR manages the same problem #160 |
see #205