Skip to content
Snippets Groups Projects
Commit bb6ed991 authored by Griefed's avatar Griefed :joystick:
Browse files

ci: Fix "breaking" type

parent 41a9c979
No related branches found
No related tags found
No related merge requests found
...@@ -22,7 +22,7 @@ verifyConditions: ...@@ -22,7 +22,7 @@ verifyConditions:
analyzeCommits: analyzeCommits:
- path: '@semantic-release/commit-analyzer' - path: '@semantic-release/commit-analyzer'
releaseRules: releaseRules:
- breaking: true - type: breaking # Changes that break something makes something incompatible to ealier version
release: major release: major
- type: build # Changes that affect the build system or external dependencies - type: build # Changes that affect the build system or external dependencies
release: patch release: patch
...@@ -123,4 +123,4 @@ publish: ...@@ -123,4 +123,4 @@ publish:
success: false success: false
fail: false fail: false
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment