[Question]: Should we use commitizen
to enforce conventional commits and automate versioning?
#359
Labels
question
Further information is requested
Question
While searching for a tool to automate versioning., I stumbled over
commitizen
.Commitizen itself does not automate versioning but, when used in combination with
pre-commit
, enforces commitment conventions and provides functionality to bump up the version according topep440
orsemver
usingcz bump
.cz bump
would also keep track of changes in a changelog.mdThis may be two questions in one:
Update: We could also omit the version bump of cz bump and only enforce commit conventions 1.0.0 and use release-please for automated release and version bump. Together with #358 the workflow would be.
release-please
opens a release PR which is automatically updated alongside the current master branch (keeps track of changes, bumps version according to semver, pushes into changelog.md)The text was updated successfully, but these errors were encountered: