Releases: lintingzhen/commitizen-go
Releases · lintingzhen/commitizen-go
v1.0.3
v1.0.2
v1.0.1
v1.0.0
Features
- Support configuration how to assemble commit message;
- Refactor the code;
- Use cobra to support sub commands and flags;
- Use viper to support configuration.
BREAKING CHANGES
- Modify binary file name from "commitizen" to "commitizen-go";
- Modify install command from "commitizen --install" to "commitien-go install", use action instead of flag.
Base
Command line utility to standardize git commit messages, golang version.