From 749f88998e3de94b5c00baabee2b6c30d49d8531 Mon Sep 17 00:00:00 2001 From: Rob Lazzurs Date: Sun, 20 Oct 2024 09:16:49 +0100 Subject: [PATCH] feat: Fix cocogitto configuration. Ensure that autogenerated changelogs will be added to the repo by Actions builds. --- cog.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cog.toml b/cog.toml index 913999c..9fa7460 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 = true generate_mono_repository_global_tag = true @@ -8,6 +8,7 @@ skip_ci = "[skip ci]" skip_untracked = false pre_bump_hooks = [] post_bump_hooks = [ + "git push", "git push origin --tags" ] pre_package_bump_hooks = []