Automatic builds
Create a CI/CD pipeline which would
- Check the code of each commit. Use eslint for the checks as JavaScript does not need to be compiled.
- Release (publish) the code into the public NPM repository when a commit is tagged with a version tag. Version tag format should be .[.] with optional 'v' prefix before the version.