- This repo uses commitizen for semantic commits
- Install commitizen using
npm install -g commitizen - Then you can just simply run
npm run committo make commit including all cahnged files - Alternatively you can use
git addto include separate files and then rungit-cz
- Pull request can be merged into
devbranch only - Pull request should be up to date with base branch and pass all checks and tests
- Update the README.md with details of changes to build process
This repository uses semantic-release for generating automated releses when merging into master branch