Skip to content

Commit 735364f

Browse files
committed
fix: add explicit breaking change rule to semantic-release config
The conventionalcommits preset releaseRules were overriding the default BREAKING CHANGE: → major mapping. Add explicit rule. BREAKING CHANGE: DfeMetrics::register() now requires &MetricsManager parameter. AdaptiveWorkerPool is the new internal vertical scaling module, bounded and throttled by available CPU and memory.
1 parent 230d069 commit 735364f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.releaserc.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ plugins:
1414
- - "@semantic-release/commit-analyzer"
1515
- preset: conventionalcommits
1616
releaseRules:
17+
- breaking: true
18+
release: major
1719
- type: feat
1820
release: minor
1921
- type: fix

0 commit comments

Comments
 (0)