Versioning
The versioning of modules in fynpo mono repo are all automatically controlled by the commit messages. The default commitlint configuration supports commmit message in [<semver>][feat|bug|chore] <message> format, where:
<semver> can be:
majorminorpatchchore
The format of commit type can be modified by updating the below config:
Refer here to read more about the supported configurations for commitlint.
Commit hooks:#
To add commit hook,
Note: fynpo repo initialized using create-fynpo will alreday have husky added in devDependencies and also husky install added to the prepare script.
Test:#
To test the simple usage,
To test the hook,