3.0.0 • Published 4 years ago
fyj-random-number v3.0.0
How to publish
Version
major.minor.patchmajor: breaking changesminor: new featurespatch: bug fixes
Common Steps
newly release
npm addusernpm publish
daily release
git commit changesupdate version in package.json manuallygit tag xxx.xxx.xxxgit push --tagsnpm publish
- beta release
git commit changesupdate version in package.json manuallyxxx.xxx.xxx-beta.x
git tag xxx.xxx.xxx-beta.xgit push --tagsnpm publish --tag beta
Common Usage
- install commonly
npm install xxxx
install beta
npm install xxxx@beta
pack and check
npm pack