Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 110 Bytes

RELEASE.md

File metadata and controls

8 lines (7 loc) · 110 Bytes
npm run package
git add .
git commit -m "Comment"
git tag -a -m "Comment" v1.1
git push --follow-tags