Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 365 Bytes

File metadata and controls

12 lines (7 loc) · 365 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

  • Travis will run npm publish if the build passes.

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