commitizen / cz-conventional-changelog

A commitizen adapter for the angular preset of https://github.com/conventional-changelog/conventional-changelog
MIT License
766 stars 441 forks source link

rename this to angular adapter? #16

Open stevemao opened 8 years ago

stevemao commented 8 years ago

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

jimthedev commented 8 years ago

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

stevemao commented 8 years ago

cz-angular

stevemao commented 8 years ago

or maybe cz-adapter-angular

stevemao commented 8 years ago

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 commented 8 years ago

@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.

hutson commented 6 years ago

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).