You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to modify my commit message by a custom script (basically extracting a Jira ticket number from the branch name and prefixing the commit with it) and then still use your check for conventional commits afterwards.
I couldn't find a way to chain instructions for the commitMsg. I could only do either or. I could write all the logic for the convential commits inside my custom script too but this would defeat the purpose.
What would you like to be able to do?
Hi,
I want to modify my commit message by a custom script (basically extracting a Jira ticket number from the branch name and prefixing the commit with it) and then still use your check for conventional commits afterwards.
I couldn't find a way to chain instructions for the
commitMsg
. I could only do either or. I could write all the logic for the convential commits inside my custom script too but this would defeat the purpose.I tried
but to no avail.
Kind regards,
Theo
Is this a feature you are interested in implementing yourself?
No, I do not have the skills yet to do it
The text was updated successfully, but these errors were encountered: