diff --git a/.cz.toml b/.cz.toml index 765abf3..cef95bd 100644 --- a/.cz.toml +++ b/.cz.toml @@ -2,7 +2,7 @@ name = "cz_conventional_commits" tag_format = "$version" version_scheme = "semver" -version = "0.4.1" +version = "0.4.2" update_changelog_on_bump = true major_version_zero = true version_files = [ diff --git a/CHANGELOG.md b/CHANGELOG.md index e68d132..00f2bfd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.4.2 (2024-01-09) + +### Fix + +- show message to run gommitizen in the root path of git + ## 0.4.1 (2024-01-09) ### Fix diff --git a/cmd/root.go b/cmd/root.go index 725fe0b..7f3f2e2 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -9,7 +9,7 @@ import ( // rootCmd represents the base command when called without any subcommands var rootCmd = &cobra.Command{ Use: "gommitizen", - Version: "0.4.1", + Version: "0.4.2", Short: "A commitizen implementation for Go with multi-project support", Long: `A commitizen implementation for Go with multi-project support. It only supports the conventional commits specification: https://www.conventionalcommits.org/en/v1.0.0/