conventional-changelog / standard-version

:trophy: Automate versioning and CHANGELOG generation, with semver.org and conventionalcommits.org
ISC License
7.68k stars 794 forks source link

Commits are not grouped by type #149

Open denouche opened 7 years ago

denouche commented 7 years ago

Hello

I'm using the CLI version of standard-version, but I don't understand why the commits are not grouped by type when the changelog is generated.

For example the generated output looks like

### Features

* **auth:** add box id to token summary ([azerty](https://bitbucket.org/xxx))
* **auth:** add token request to a REST service ([azerty](https://bitbucket.org/xxx))

To generate my changelog I just use the basic executable

./node_modules/.bin/standard-version

Maybe I'm doing something wrong?

Thanks for your help.

stevemao commented 7 years ago

See https://github.com/conventional-changelog/conventional-changelog-angular/issues/1

denouche commented 7 years ago

Thanks for your answer. But I am not sure to understand well. Is this option already available? Or will it be available?

Tapppi commented 7 years ago

It's something that is considered to be useful enough to do, it should be available once someone has the time and energy to pick up the work. PR's are always welcome, but we should get to it once we can.