Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 521 Bytes

CONTRIBUTING.md

File metadata and controls

28 lines (20 loc) · 521 Bytes

CONTRIBUTING

Please make a pull request to Dev Branch

Developer's Quick Guide

Publishing

For First Time

npm publish

For Second Time

Warning

For Repo Owner only!!

git add .
git commit -am "v1.0.0"
git push -u origin main
git tag v1.0.0 main
git push origin tag v1.0.0

Warning

DONT forget to add secret env NPM_AUTH_TOKEN at repo