You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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
To generate my changelog I just use the basic executable
Maybe I'm doing something wrong?
Thanks for your help.
The text was updated successfully, but these errors were encountered: