We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79dcddf commit 0424e83Copy full SHA for 0424e83
pkg/analyzer/commit_analyzer.go
@@ -52,7 +52,7 @@ func (da *DefaultCommitAnalyzer) setTypeAndChange(c *semrel.Commit) {
52
c.Message = pc.Message
53
54
c.Change = &semrel.Change{
55
- // either uses the `!` convention or has a breaking change section
+ // either matches the major release rule or has a breaking change section
56
Major: da.majorReleaseRules.Matches(pc) || matchesBreakingPattern(c),
57
Minor: da.minorReleaseRules.Matches(pc),
58
Patch: da.patchReleaseRules.Matches(pc),
0 commit comments