crate-ci / git-conventional

Conventional Commit API
docs.rs/git-conventional
Apache License 2.0
28 stars 7 forks source link

[FR] Access breaking description #8

Closed rockandska closed 3 years ago

rockandska commented 3 years ago

Hi,

Would be nice if there was a possibility to access the breaking description with breaking_description when breaking is true.

feat: allow provided config object to extend other configs

BREAKING CHANGE: `extends` key in config file is now used for extending other config files

breaking_description = `extends` key in config file is now used for extending other config files`

refactor!: drop support for Node 6

breaking_description = drop support for Node 6

refactor!: drop support for Node 6

BREAKING CHANGE: refactor to use JavaScript features not available in Node 6.

breaking_description = refactor to use JavaScript features not available in Node 6.

refactor!: drop support for Node 6

BREAKING-CHANGE: refactor to use JavaScript features not available in Node 6.

breaking_description = refactor to use JavaScript features not available in Node 6.

Regards,

epage commented 3 years ago

New version released

rockandska commented 3 years ago

wow, that was pretty fast. thanks