diff --git a/cog.toml b/cog.toml index 8324abf..6be6a15 100644 --- a/cog.toml +++ b/cog.toml @@ -10,3 +10,6 @@ # tf-apply = { path = ".gitea/workflows/tf-apply.yml" } # tf-docs = { path = ".gitea/workflows/tf-docs.yml" } # tf-plan = { path = ".gitea/workflows/tf-plan.yml" } +[commit_types] +version = { bump_patch = true, changelog_title = "Version" } +chore = { bump_patch = true, changelog_title = "Chore" } \ No newline at end of file