Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 157 Bytes

publish.md

File metadata and controls

8 lines (7 loc) · 157 Bytes

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