Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 396 Bytes

CONTRIBUTING.md

File metadata and controls

13 lines (9 loc) · 396 Bytes

Contributing

Making a Release

# updates package.json, tags it, puts out new docs, publishes, pushes to git, etc
$ make release version=0.9.1

# once builds complete, run:
$ npm publish

Afterwards just click the "Draft a New Release" button here, select the tag, and type in the version and some notes and that should do it.