kentcdodds / webpack-validator-DEPRECATED

Use this to save yourself some time when working on a webpack configuration.
MIT License
93 stars 8 forks source link

Add commitizen for commit conventions #26

Closed sarbbottam closed 8 years ago

sarbbottam commented 8 years ago

Is that pending on purpose?

jonathanglasmeyer commented 8 years ago

I wonder if works with the current beta status of the project? How can versions like 1.0.0-betaX be realized with the commit message release automation?

kentcdodds commented 8 years ago

Yeah, semantic-release wont work with beta AFAIK. So I'm holding off on adding it.

But that doesn't mean we shouldn't start following the standard. I've changed this issue title.

For an example of another repository that has commitizen well set up is: https://github.com/eggheadio-github/stack-overflow-copy-paste (notice the package.json and the badge)