3.0.0 • Published 4 years ago
fyj-random-number v3.0.0
How to publish
Version
major.minor.patch
major
: breaking changesminor
: new featurespatch
: bug fixes
Common Steps
newly release
npm adduser
npm publish
daily release
git commit changes
update version in package.json manually
git tag xxx.xxx.xxx
git push --tags
npm publish
- beta release
git commit changes
update version in package.json manually
xxx.xxx.xxx-beta.x
git tag xxx.xxx.xxx-beta.x
git push --tags
npm publish --tag beta
Common Usage
- install commonly
npm install xxxx
install beta
npm install xxxx@beta
pack and check
npm pack