-
Notifications
You must be signed in to change notification settings - Fork 80
Closed
Labels
Description
Current behavior
Using the following .releaserc.json file
{
"analyzeCommits": {
"preset": "angular",
"releaseRules": [
{"type": "feat", "release": "minor"},
{"type": "fix", "release": "patch"},
{"type": "perf", "release": "patch"},
{"type": "docs", "release": "patch"},
{"type": "chore", "release": false},
{"type": "test", "release": false},
{"type": "refactor", "release": false},
{"type": "ci", "release": false},
{"type": "amend", "release": false},
{"scope": "no-release", "release": false}
],
"parserOpts": {"noteKeywords": ["BREAKING CHANGE", "BREAKING CHANGES"]}
}
}breaking changes seem to not trigger a major release. Not sure if this is a bug or a configuration issue, please advice.
Expected behavior
Expecting a major release
Environment
- semantic-release version: Running semantic-release version 15.13.21
- CI environment: CircleCI (see link above)
- Plugins used: -
- semantic-release configuration: https://github.com/blackflux/lambda-tdd/blob/master/.releaserc.json
- CI logs: https://circleci.com/gh/blackflux/lambda-tdd/2482