Skip to content

Commit

Permalink
feat: Fix cocogitto configuration.
Browse files Browse the repository at this point in the history
Ensure that autogenerated changelogs will be added to the repo by
Actions builds.
  • Loading branch information
lazzurs committed Oct 20, 2024
1 parent 3fdda75 commit 749f889
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cog.toml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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 = []
Expand Down

0 comments on commit 749f889

Please sign in to comment.