Closed xevin closed 7 years ago
Hi @xevinbox and thanks for your PR, (and sorry for laaaate reply)
This repo is using semantic-release and commitizen to maintain semver versioning and publishing to npm.
Could you please change your PR to match the requirements (yes i will update the documentation to tell about how to contribute to this package)
I'm pretty sure that you can run npm install --dev to get all necessary packages. After that do the following:
npm install --dev
git add [YOUR FILES]
npm run commit
If you have trouble check out the commitizen documentation
Hi @xevinbox and thanks for your PR, (and sorry for laaaate reply)
This repo is using semantic-release and commitizen to maintain semver versioning and publishing to npm.
Could you please change your PR to match the requirements (yes i will update the documentation to tell about how to contribute to this package)
I'm pretty sure that you can run
npm install --dev
to get all necessary packages. After that do the following:git add [YOUR FILES]
npm run commit
-> this takes you through the commitizen processIf you have trouble check out the commitizen documentation