From e75f0bb5ca46734ecc05949745290618f3b1a387 Mon Sep 17 00:00:00 2001 From: aleidk Date: Thu, 19 Dec 2024 14:36:56 -0300 Subject: [PATCH] chore: allow merge commits --- cog.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cog.toml b/cog.toml index 2066cba..5c6d532 100644 --- a/cog.toml +++ b/cog.toml @@ -1,5 +1,5 @@ from_latest_tag = true -ignore_merge_commits = false +ignore_merge_commits = true disable_changelog = false disable_bump_commit = false tag_prefix = "v"