We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
parse-commit-message
JSON.stringify
execa
cross-spawn
src/get-questions
x
y
w
In the end of the day, this should be possible
const { parse } = require('parse-commit-message'); const gitcommit = require('gitcommit'); const msg = `feat(bar): yeah zazzy Some multiline body here. With some footer here. Sign-off-by: Charlike Mike Reagent <[email protected]> `; const commit = parse(msg); const arr = gitcommit(commit); console.log(arr.join('\n\n').trim() === msg);
The text was updated successfully, but these errors were encountered:
scope
that would be useful for monorepos, if called from package inside packages/ dir
packages/
Sorry, something went wrong.
No branches or pull requests
parse-commit-message
v2JSON.stringify
, but make sure to escape backticksexeca
(too big) withcross-spawn
src/get-questions
with conventional-commit-typesx
,y
andw
flags, instead of prompting.In the end of the day, this should be possible
The text was updated successfully, but these errors were encountered: