Skip to content

Latest commit

 

History

History
46 lines (32 loc) · 661 Bytes

CONTRIBUTING.md

File metadata and controls

46 lines (32 loc) · 661 Bytes

Contributing to Primality

$ npm install -g grunt-cli
$ git clone https://github.com/KenanY/primality.git
$ cd primality
$ npm install

Building

Builds dist files:

$ grunt

Testing

Using PhantomJS:

$ grunt test

Using web browsers:

$ testem

Releasing

Don't do this in pull requests.

Automatic committing and tagging is horribly unreliable.

$ grunt upgrade:1.0.0 doc
$ git commit -am 'Release 1.0.0'
$ git tag -a 1.0.0 -m '1.0.0'
$ npm publish

Then update the "Release Notes" section of README.md and the wiki changelog.