conventional-changelog/standard-version

Commits are not grouped by type

Open

#149 建立於 2016年11月28日

在 GitHub 查看
 (3 留言) (4 反應) (0 負責人)JavaScript (825 fork)batch import
enhancementhelp wanted

倉庫指標

Star
 (7,442 star)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

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.

貢獻者指南