1.0.3 • Published 8 years ago
peta v1.0.3
peta = publish-beta
Publish npm package in beta tag with version number automatically increased.
Usage
npm i peta -g
- In the root directory of project, run
peta
How
The published version is based on three versions:
onlineLatest
- max version in latest tagonlineBeta
- max version in beta taglocal
- read frompackage.json
Then, we get version
from max(onlineBeta || onlineLatest, local)
At last, we publish semver.inc(version, 'prerelease', 'beta')
with beta tag
For API infomation of semver: semver
LICENSE
MIT
1.0.3-beta.4
8 years ago
1.0.3
8 years ago
1.0.3-beta.3
8 years ago
1.0.3-beta.2
8 years ago
1.0.3-beta.1
8 years ago
1.0.2
8 years ago
1.0.2-beta.1
8 years ago
1.0.2-beta.0
8 years ago
1.0.1
8 years ago
1.0.0
8 years ago