Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 385 Bytes

ReleaseManagement.md

File metadata and controls

26 lines (14 loc) · 385 Bytes

Release management

npm run build

npm version 4.1.0-rc.6
npm version 4.0.0

npm version prerelease -m "Release %s"

npm version patch
npm version minor
npm version major

Reference for best practice library management with Webpack:

Branches

Currently master is the 4.x branch and version1 is the 1.0 release.