Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
prnk28 committed Dec 13, 2024
2 parents 8522cb8 + f74bdc1 commit 6d27b92
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
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 = "v$version"
version_scheme = "semver"
version = "0.5.24"
version = "0.5.26"
update_changelog_on_bump = true
major_version_zero = true
changelog_file = "./docs/docs/changelog/index.md"
13 changes: 13 additions & 0 deletions docs/docs/changelog/index.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## v0.5.26 (2024-12-13)

### Fix

- Correct regular expression for version tags in release workflow

## v0.5.25 (2024-12-11)

### Feat

- enable GoReleaser releases on tags and snapshots
- automate release on tag and workflow dispatch

## v0.5.24 (2024-12-11)

### Feat
Expand Down

0 comments on commit 6d27b92

Please sign in to comment.