Skip to content
This repository was archived by the owner on Jan 12, 2025. It is now read-only.

Commit 9c2d97d

Browse files
committed
ci: Fix "breaking" type
1 parent b22cb38 commit 9c2d97d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.releaserc.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ verifyConditions:
2222
analyzeCommits:
2323
- path: '@semantic-release/commit-analyzer'
2424
releaseRules:
25-
- breaking: true
25+
- type: breaking # Changes that break something makes something incompatible to ealier version
2626
release: major
2727
- type: build # Changes that affect the build system or external dependencies
2828
release: patch
@@ -123,4 +123,4 @@ publish:
123123

124124
success: false
125125

126-
fail: false
126+
fail: false

0 commit comments

Comments
 (0)