cz commit: Pre-fill wizard fields, e.g. summary? #1377
Unanswered
stefan-girlich
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'd like to use a parameter when calling
cz
so I can pre-fill entries such as the summary.Example:
cz --summary "refactor admin dashboard"
I am aware that I can manipulate the
COMMIT_EDITMSG
viaprepare-commit-msg
hook, but this seems to only affect the final message, not the content filled in the wizard flow thatcz
is showing.Beta Was this translation helpful? Give feedback.
All reactions