Skip to content

v1.0.0

Compare
Choose a tag to compare
@lintingzhen lintingzhen released this 25 Aug 15:02
· 17 commits to master since this release

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.