GitHub Action for automated npm version.
Uses npm version and pushes to the current branch.
- If a commit message contains
BREAKING CHANGEit usesmajor - If a commit message contains
featit usesminor - Else, it uses
patch
Afterwards it pushes back to the current branch along with the new tag
Inspired heavily by https://github.com/phips28/gh-action-bump-version