auto-changelog icon indicating copy to clipboard operation
auto-changelog copied to clipboard

feat: handle breaking changes

Open BlueNc opened this issue 5 years ago • 5 comments

Hello,

I add the support for breaking change commit, according to Conventional Commits.

Exemple:

With theses commit messages :

feat!: description1
----------------------------------------------------------------------
feat(scope): description2

BREAKING CHANGE: breaking_change_details

generated markdown :

# Title

Description

## Unreleased (2020-01-01)

#### New Features

* description1
* (scope): description2

#### BREAKING CHANGES

* description1
* (scope): breaking_change_details

Tests :heavy_check_mark: Formatting using Black :heavy_check_mark:

BlueNc avatar Jan 21 '20 00:01 BlueNc

@BlueNc the current maintainer for this library is @KeNaCo.

Michael-F-Bryan avatar Jan 23 '20 14:01 Michael-F-Bryan

Hi, thank you for your PR. I apologize for the late answer, I will try to take a look at the weekend.

KeNaCo avatar Jan 24 '20 22:01 KeNaCo

Hi guys, sorry for not moving things as fast as I wish, I had no free time past two weeks(work, ill child..) hopefully I will be able to go thru all PMs this weekend.

KeNaCo avatar Feb 05 '20 21:02 KeNaCo

Any news?

chris-noverde avatar Mar 25 '20 23:03 chris-noverde

can someone take over this ?

gsemet avatar Feb 11 '21 09:02 gsemet