Skip to content

Add support for BREAKING[- ]CHANGE #6

Closed
@Kevin-de-Jong

Description

@Kevin-de-Jong

Context

Currently, a Conventional Commit is only marked as "breaking" in cases where the user added a ! in the commit subject, i.e.:

feat!: this is a breaking change

However, the Conventional Commits specification also allows users to provide a git-trailer in the footer;

feat: this is a breaking change

BREAKING-CHANGE: description of the breaking change

NOTE: The specification allowes the usage of BREAKING CHANGE (without -) as well.

Proposal

  • Implement support for breaking down the commit message's footer into key-value pairs
  • Mark a Conventional Commit as breaking in all above use cases.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions