conventional-changelog-archived-repos / conventional-changelog-angular

deprecated, instead use https://github.com/conventional-changelog/conventional-changelog monorepo
81 stars 63 forks source link

Subgrouping by scope #1

Closed karol-f closed 6 years ago

karol-f commented 8 years ago

In older version of conventional-changelog (0.0.17), changelog was automatically grouped not only by "Bug Fixes"/"Features" but also subgrouped by "scope". Like in example below:

grouping

As we can see "cart" scope become group for all commits from that scope. Is this possible to have same functionality in current version of angular preset? If no, how to achieve it?

stevemao commented 8 years ago

https://github.com/ajoslin/conventional-changelog/issues/140

stevemao commented 8 years ago

@bcoe @nexdrew @kazupon @Tapppi I'm reopening this incase you guys think this is a good idea?

krik commented 8 years ago

@stevemao Referring to your statement in the linked issue, that you can't remember that subgrouping existed. You can see it if you scroll down the changelogs linked in the example section, e.g. Karma https://github.com/karma-runner/karma/blob/master/CHANGELOG.md#0130-2015-07-15

Gonna subscribe the issues in case I find time to work on this.

Tapppi commented 7 years ago

Since this got some attention in standard-version, I think this is a good idea.

bcoe commented 7 years ago

@Tapppi @stevemao it seems like a reasonable feature to me, if yo've added a prefix we might as well group by it?

hutson commented 6 years ago

We're closing this issue out as this repository has been merged into our conventional-changelog mono-repository.

If you would like to see this change incorporated into conventional-changelog please consider re-opening the issue against the conventional-changelog mono-repository.