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

ci: Fix "breaking" type

parent ef797b4e
No related branches found
No related tags found
No related merge requests found
......@@ -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
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