Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 329 Bytes

RELEASE.md

File metadata and controls

13 lines (7 loc) · 329 Bytes

Releasing a new version

  • npm version <major | minor | patch>

This builds the distribution file particle.js.min and generates the API documentation. Before the command finishes, update CHANGELOG.md.

  • git push && git push --tags

  • npm publish

  • Create a release on GitHub with the notes from the CHANGELOG.md