All commits should have one of the following prefixes: REL, FIX, ADD, TST, OPS, DOC. For example “ADD: new feature”.
When you tag a new release, use the following example: git tag -m "REL v1.4.0: 157c9c2" v1.4.0 You may get the commit hash from git log.
When tagging a new release, make sure to increment version in package.json. In the commit where you up the package and README, you can have the commit message as "REL vX.X.X: Summary message".















