chore: allow merge commits
Some checks failed
Publish package / build_and_publish (push) Failing after 16s
Some checks failed
Publish package / build_and_publish (push) Failing after 16s
This commit is contained in:
parent
2525f3e3e4
commit
e75f0bb5ca
1 changed files with 1 additions and 1 deletions
2
cog.toml
2
cog.toml
|
|
@ -1,5 +1,5 @@
|
||||||
from_latest_tag = true
|
from_latest_tag = true
|
||||||
ignore_merge_commits = false
|
ignore_merge_commits = true
|
||||||
disable_changelog = false
|
disable_changelog = false
|
||||||
disable_bump_commit = false
|
disable_bump_commit = false
|
||||||
tag_prefix = "v"
|
tag_prefix = "v"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue