Updated CONTRIBUTING.md to include instructions on grunt publish.

This significantly changed the workflow, so I wanted the changes to be clear.
This commit is contained in:
Kieran Sedgwick 2014-05-16 15:04:43 -04:00
parent 3cbc0d2440
commit 98391d6bd8
1 changed files with 4 additions and 2 deletions

View File

@ -28,9 +28,11 @@ make a pull request. If you're patch includes code, make sure to check that all
unit tests pass, including any new tests you wrote. Finally, make sure you add yourself
to the `AUTHORS` file.
<<<<<<< HEAD
=======
### Releasing a new version
=======
### Releasing a new version
**NOTE:** This step should only ever be attempted by the owner of the repo (@modeswitch).
`grunt publish` will:
@ -57,7 +59,7 @@ to the `AUTHORS` file.
The user *must* be on their local `develop` branch before running any form of `grunt publish`, or else the task will fail loudly.
>>>>>>> 13e682b... Updated tag/commit messages
=======
## Tests
Tests are writting using [Mocha](http://visionmedia.github.io/mocha/) and [Chai](http://chaijs.com/api/bdd/).