https://github.com/ttys3/git-cz conventional commits tool with fuzzy matcher support, with extra changelog, versioning, validation feature.

feat(version): Change rules for major version zero Find the bump version based on the conventional commit types. - `fix` type commits are translated to PATCH releases. - `feat` type commits are translated to MINOR releases. - Commits with `BREAKING CHANGE` in the commits, regardless of type, are translated to MAJOR releases. If the project is in major version zero (0.y.z) the rules are: - `fix` type commits are translated to PATCH releases. - `feat` type commits are translated to PATCH releases. - Commits with `BREAKING CHANGE` in the commits, regardless of type, are translated to MINOR releases.

Created by  Hannes De Valkeneer  on January 21, 2020
AC3DVZ5J3QEHGPABN6RISIBTBDPKUFNOZPWWACXRWADRCEXFQ6VAC
In channels
main
Change contents