Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] ignore_merge_commits is no longer honored in 6.1.0 #382

Open
fairbanksg opened this issue Mar 18, 2024 · 1 comment
Open

[BUG] ignore_merge_commits is no longer honored in 6.1.0 #382

fairbanksg opened this issue Mar 18, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@fairbanksg
Copy link
Contributor

Describe the bug
Our cog.toml has ignore_merge_commits = true. After upgrading from 6.0.1 to 6.1.0, this setting seems to be ignored, as we are getting an error about a merge commit not matching the format.

To Reproduce
Include ignore_merge_commits = true in your cog.toml. Push a branch containing a merge commit and attempt to cog bump --auto.

Expected behavior
Version bump should work.

@fairbanksg fairbanksg added the bug Something isn't working label Mar 18, 2024
@fairbanksg
Copy link
Contributor Author

Looking at this more, I think the version bump is actually succeeding, its just that now it is printing out an error message about the merge commit.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants