Should commits adapting to breaking changes in outside dependencies be conventional? #1946
-
When one gitoxide-related crate depends on another gitoxide-crate and has to be changed to adapt to a breaking change in its dependency, we don't use a conventional commit, unless there is an unusual special reason users would need to know about it. Does that apply also to changes in gitoxide-related crates that depend on something that isn't related to gitoxide and isn't developed as part of this project? For example, suppose Based on the above discussion and the general policy, I think the answer is that such fixes should still not be documented with conventional commits, and that the changed supported dependency version range (which is made clear even in the absence of any conventional commit anywhere) is everything users need. But I figured I'd check. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Thanks for asking! I thought about it again and once more came up with "if users don't need to know about the change, there shouldn't be a conventional changelog entry". However, I might be missing a concern you were having that triggered the creation of the issue in the first place. Ultimately, the changelogs should be useful, and maybe they can be more useful with adjustments to the guideline? |
Beta Was this translation helpful? Give feedback.
Thanks for asking!
I thought about it again and once more came up with "if users don't need to know about the change, there shouldn't be a conventional changelog entry".
However, I might be missing a concern you were having that triggered the creation of the issue in the first place. Ultimately, the changelogs should be useful, and maybe they can be more useful with adjustments to the guideline?