-
Notifications
You must be signed in to change notification settings - Fork 3k
Closed
Labels
priority-4-lowLow priority, unlikely to be done unless it becomes important to more peopleLow priority, unlikely to be done unless it becomes important to more people
Description
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 for semanticCommitType then whichever is the first update in the branch is used as the value for branch semanticCommitType.
Instead, we could:
- Add awareness of the "importance" of
semanticCommitTypevalues (e.g.fixis more important thanchore) - Implement this awareness in so that the "most important"
export function generateBranchConfig( semanticCommitTypevalue is chosen from the branch, instead of the first.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
priority-4-lowLow priority, unlikely to be done unless it becomes important to more peopleLow priority, unlikely to be done unless it becomes important to more people