- fork/clone repo
- install correct node dependency
nvm install && npm i -g npm
- install dependencies
npm install
- run unit test suites
npm run test:watch
Deployment must be done using only master
branch.
- Make sure
CHANGELOG.md
andREADME.md
are updated properly npm version [major|minor|patch]
git push origin vM.m.p
(push newly created tag)git push origin master
(npm version ...
creates a new commit, make sure it is pushed tomaster
)- Create release in GitHub using the new tag
vM.m.p
- Publish:
npm publish
If needed, copy & paste the following checklist:
- [ ] Implement feature/update
- [ ] Update unit tests
- [ ] Update CHANGELOG.md