Skip to content

"Breaking Change" not triggering major release #139

@simlu

Description

@simlu

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions