How to create a new release # Bump version in './src/package.json' git commit -m "bump version" git tag v?.?.? -m "A Message" git push --tags