DEV Community

Cover image for GitHub Magic beans
Ali nazari
Ali nazari

Posted on

GitHub Magic beans

Two Heads, One Commit The Commitizen Edition

If you’re in a team that’s very particular about following commit standards, you’ve probably heard of Commitizen.

This tool helps you write your commits according to Conventional standards. Because who has the patience to remember all these rules and standards?

These commits share the credit of a commit among two or more developers, and sometimes their definition carries a high level of importance.

To add an extra prompt for including a list of developers, we can spend a little time working on this tool to achieve our goal.

But I still don’t have the patience to configure and work with such a tool. That’s why we can use this tool.

The point is that you can use different adapters within Commitizen, and here it has been integrated with conventional-changelog.

In the package.json, you just need to enter the list of developers’ information for that project, and that’s it!

package.json config

you can find me here :

Top comments (0)