cz-conventional-changelog icon indicating copy to clipboard operation
cz-conventional-changelog copied to clipboard

rename this to angular adapter?

Open stevemao opened this issue 9 years ago • 6 comments

Since conventional-changelog has many presets and angular is one of them.

stevemao avatar Mar 11 '16 03:03 stevemao

Thanks for the suggestion @stevemao. I agree this is probably a good idea. Any preference on the naming convention for the repo and the npm adapter name? I was to be careful not to break too much here. My guess is that deprecating this package and creating a brand new repo called cz-conventional-changelog-angular is the best idea. It is a very long name...

Jim

jimthedev avatar Mar 30 '16 18:03 jimthedev

cz-angular

stevemao avatar Mar 30 '16 22:03 stevemao

or maybe cz-adapter-angular

stevemao avatar Mar 30 '16 22:03 stevemao

It has nothing todo with conventional-changelog. It's an adapter for the angular convention. The naming convention for adapter names could be cz-adapter-[project]

stevemao avatar Mar 30 '16 22:03 stevemao

@jimthedev We are promoting standard-version and standard-changelog, basically they are based on angular conventions. (standard-version is a drop-in replacement of npm-version but it's another story)Those standard-bla might diverge from the the angular a little bit in the future. Maybe this could be called cz-standard.

stevemao avatar May 06 '16 06:05 stevemao

I agree with @stevemao's naming suggestion.

Though, we should probably figure out how to share commit types, and other commit message conventions, between conventional-changelog presets (used for parsing commits and generating changelogs), and commitizen (for writing those commits in the first place).

hutson avatar Jul 17 '18 15:07 hutson