Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 633 Bytes

CONTRIBUTING.md

File metadata and controls

14 lines (11 loc) · 633 Bytes

Contributing

Developing

Release Life Cycle

  1. Create a pull request for each development
  2. [ only pre-release ] Create a new version from master with npm version [premajor | preminor | prepatch] --preid=beta
  3. Create a new version from master with npm version [major | minor | patch]
  4. Create a new release on GitHub attaching the release note
  5. [ only pre-release ] Flag the GitHub release with This is a pre-release
  6. Publish the release from GitHub
  7. [ only pre-release ] Publish the package to npm registry with npm publish --tag beta
  8. Publish the package to npm registry with npm publish