mirror of
https://git.freebsd.org/ports.git
synced 2025-05-02 11:36:40 -04:00
Commitizen is release management tool designed for teams. It assumes your team uses a standard way of committing rules and from that foundation it can bump your project's version, create the changelog, and update files. WWW: https://commitizen-tools.github.io/commitizen/
11 lines
465 B
Text
11 lines
465 B
Text
Commitizen is release management tool designed for teams.
|
|
|
|
Commitizen assumes your team uses a standard way of committing rules and
|
|
from that foundation, it can bump your project's version, create the
|
|
changelog, and update files.
|
|
|
|
By default, commitizen uses conventional commits, but you can build your
|
|
own set of rules, and publish them.
|
|
|
|
Using a standardized set of rules to write commits, makes commits easier
|
|
to read, and enforces writing descriptive commits.
|