From db8118c7509841f0bc4b2c981006b191e14ad1c2 Mon Sep 17 00:00:00 2001 From: Ruy Adorno Date: Tue, 29 Jul 2014 14:05:52 -0400 Subject: [PATCH] Added note about how to set release version number on README file --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 12b23f3..3f33065 100644 --- a/README.md +++ b/README.md @@ -159,6 +159,16 @@ grunt.initConfig({ }) ``` +## Setting release version number + +When running the task you will be prompted to enter the release version number. Additionally, you will also be prompted to enter a version number to be used on the **develop** branch. + +It is possible to specify a `releaseVersion` and `developVersion` on command line in order to skip these question and use the provided values when invoking the task. See the example below: + +```shell +grunt sg_release --releaseVersion 1.0.0 --developVersion 1.0.1-rc +``` + ## Contributing In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using [Grunt](http://gruntjs.com/).