Add semanticCommitType awareness to generateBranchConfig() #31979
Labels
priority-4-low
Low priority, unlikely to be done unless it becomes important to more people
type:feature
Feature (new functionality)
Describe the proposed change(s).
Renovate is not aware of the meaning of values of
semanticCommitType
- they're all just strings. Currently, when a branch has mixed values forsemanticCommitType
then whichever is the first update in the branch is used as the value for branchsemanticCommitType
.Instead, we could:
semanticCommitType
values (e.g.fix
is more important thanchore
)renovate/lib/workers/repository/updates/generate.ts
Line 162 in f9ab074
semanticCommitType
value is chosen from the branch, instead of the first.The text was updated successfully, but these errors were encountered: