From 98391d6bd8c20ba05c7c11bcec0188305fc97141 Mon Sep 17 00:00:00 2001 From: Kieran Sedgwick Date: Fri, 16 May 2014 15:04:43 -0400 Subject: [PATCH] Updated CONTRIBUTING.md to include instructions on grunt publish. This significantly changed the workflow, so I wanted the changes to be clear. --- CONTRIBUTING.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 97e4152..5a3c75c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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/).