Skip to content

BREAKING CHANGE should not be in the title #16

Closed
@woile

Description

@woile

As the specification of conventional commit says:

BREAKING CHANGE: a commit that has the text BREAKING CHANGE: at the beginning of its optional body or footer section introduces a breaking API change (correlating with MAJOR in semantic versioning). A BREAKING CHANGE can be part of commits of any type.

Suggested implementation

Add new prompt "Is this a BREAKING CHANGE?", which will add to the description in the body the text BREAKING CHANGE: if True

Bump version will only have to modify it's git.get_commits to include the body

git log --pretty=format:%s%b {start}...{end}

Metadata

Metadata

Assignees

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