cz-conventional-changelog
cz-conventional-changelog copied to clipboard
rename this to angular adapter?
Since conventional-changelog has many presets and angular is one of them.
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
cz-angular
or maybe cz-adapter-angular
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]
@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.
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).