Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 224 Bytes

PUBLISH.md

File metadata and controls

16 lines (9 loc) · 224 Bytes
How to publish to NPM repository
npm --sign-git-tag --no-verify version patch

git push --tags

git checkout v{version} 

npm login --scope=@senzil

npm publish --access public

git checkout versionbranch