-
We use Conventional Commits in our environment. any suggestions how to configure |
Beta Was this translation helpful? Give feedback.
Answered by
hollesse
Jun 7, 2023
Replies: 1 comment 3 replies
-
Hey @stritti could you give me some more information about using conventional commits? I had a look at the website and if you are just using the convention using mob should be fine as you can enter the commit message when doing mob done. Or is the WIP commit message a problem, because you check that every commit is in the conventional commit spec? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey @stritti,
I just had a look. There is an easy way to get it working :)
First of all finish all mob branches in your project.
After that I would recommend creating a
.mob
file in your project root. There you could add the following code, to adjust the mob start and mob next commit message:This code does match the regex and as the WIP commits will be squashed by doing mob done this message with the shrug should never reach the main branch. Please have in mind that you can not use any type, but the shrug emoji is included in the regex.