chore: update cocogitto config
All checks were successful
Cog release / Create release (push) Successful in 7s

This commit is contained in:
2026-01-03 17:40:45 +02:00
parent 39fd0b7054
commit 173c01c9ca

View File

@@ -10,3 +10,6 @@
# tf-apply = { path = ".gitea/workflows/tf-apply.yml" } # tf-apply = { path = ".gitea/workflows/tf-apply.yml" }
# tf-docs = { path = ".gitea/workflows/tf-docs.yml" } # tf-docs = { path = ".gitea/workflows/tf-docs.yml" }
# tf-plan = { path = ".gitea/workflows/tf-plan.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" }