Skip to content

Commit

Permalink
Added note about how to set release version number on README file
Browse files Browse the repository at this point in the history
  • Loading branch information
ruyadorno committed Jul 29, 2014
1 parent 5235f32 commit db8118c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/).

Expand Down

0 comments on commit db8118c

Please sign in to comment.