Skip to content

Releases: lintingzhen/commitizen-go

v1.0.3

23 Dec 04:06
Compare
Choose a tag to compare

Changelog

  • 1a7412e feat: remove import integralist/go-findroot
  • ce90b3d feat: 支持优先读取git working tree下的配置文件

v1.0.2

28 Sep 05:17
Compare
Choose a tag to compare

Features

仅仅是为了测试github action自动打包功能,没有任何功能变动。

Changelog

v1.0.1

26 Sep 12:52
Compare
Choose a tag to compare

Changelog

  • 7794765 fix: print error output from git
  • f9bb50a feat: extract latest git tag as version

v1.0.0

25 Aug 15:02
Compare
Choose a tag to compare

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

02 Dec 11:23
Compare
Choose a tag to compare

Command line utility to standardize git commit messages, golang version.