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

ci: Add breaking type

parent 150070c4
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:
- type: breaking # Changes that break something makes something incompatible to ealier version
- type: breaking # Changes that break something makes something incompatible to earlier version
release: major
- type: build # Changes that affect the build system or external dependencies
release: patch
......@@ -60,6 +60,9 @@ generateNotes:
linkReferences: true
presetConfig:
types: # looks like it only works with 'conventionalcommits' preset
- type: 'breaking'
section: '🧨 Breaking changes!'
hidden: false
- type: 'build'
section: '🦊 CI/CD'
hidden: 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