On commit body formatting #773
Unanswered
jbergstroem
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Just following up here. I am torn whether kodiak should be responsible for the formatting; but seeing how it is managing the squash it is definitely tempting. The other approach I'm considering is having an action / app that replaces kodiak and calling on github to squash/merge. It's not very desirable since kodiak also does other things but I can't think of a better way of getting more control over commit messages at the moment.. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would like to have better control over the commit body formatting. Here is my current workflow:
---
found against conventional commit guidelinesI'm not sure how, but I'd like to have better control on things but – as most know – git trailers are pretty hard to define and parse; meaning conventional commits won't recognize most patterns. Being able to affect just
newlines between subject, body and footer for instance would be a great quality of life improvement.
I'm not sure this is the task of kodiak, but since it currently touches this as part of a squash workflow I wanted to see if others have had similar problems / solutions.
Beta Was this translation helpful? Give feedback.
All reactions