From 63dc68caac9772dc5c098e59159df26e69ec2f7e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 11 Dec 2024 22:46:17 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.5.24=20=E2=86=92=200.5.25?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .cz.toml | 2 +- docs/docs/changelog/index.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.cz.toml b/.cz.toml index fa537caa5..9ea0547a8 100644 --- a/.cz.toml +++ b/.cz.toml @@ -2,7 +2,7 @@ name = "cz_conventional_commits" tag_format = "v$version" version_scheme = "semver" -version = "0.5.24" +version = "0.5.25" update_changelog_on_bump = true major_version_zero = true changelog_file = "./docs/docs/changelog/index.md" diff --git a/docs/docs/changelog/index.md b/docs/docs/changelog/index.md index 27aa16734..2b9565316 100644 --- a/docs/docs/changelog/index.md +++ b/docs/docs/changelog/index.md @@ -1,3 +1,10 @@ +## 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