From c123c591c11abc83aaee48233325fa9149d8e181 Mon Sep 17 00:00:00 2001 From: Rob Lazzurs Date: Sun, 20 Oct 2024 09:29:03 +0100 Subject: [PATCH] feat: Enable bump commit. Turning this on for cocogitto for changelog commits. --- cog.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cog.toml b/cog.toml index 9fa7460..d5a0bd7 100644 --- a/cog.toml +++ b/cog.toml @@ -1,7 +1,7 @@ from_latest_tag = true ignore_merge_commits = true disable_changelog = false -disable_bump_commit = true +disable_bump_commit = false generate_mono_repository_global_tag = true branch_whitelist = [] skip_ci = "[skip ci]"