diff --git a/.releaserc.yml b/.releaserc.yml index af2b9563bc5e71f22983636024398639bcf9c2e8..83e68e6d94cbd2eb22b58f18da7ff8287447cd5f 100644 --- a/.releaserc.yml +++ b/.releaserc.yml @@ -22,7 +22,7 @@ verifyConditions: analyzeCommits: - path: '@semantic-release/commit-analyzer' releaseRules: - - breaking: true + - type: breaking # Changes that break something makes something incompatible to ealier version release: major - type: build # Changes that affect the build system or external dependencies release: patch @@ -123,4 +123,4 @@ publish: success: false -fail: false \ No newline at end of file +fail: false