Skip to content

Commit

Permalink
bump: version 0.4.1 → 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiotejon committed Jan 9, 2024
1 parent ea59831 commit 76a4694
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .cz.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down

0 comments on commit 76a4694

Please sign in to comment.