Skip to content

Commit

Permalink
updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
edoparearyee committed Mar 3, 2015
1 parent 0490993 commit a90c486
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Expand Up @@ -111,6 +111,20 @@ grunt build

The build files will then be in the `dist/` directory.

### Creating a new release

To create a new release simply run:

```
grunt release --setversion X.Y.Z
```

Where `X.Y.Z` is the new version number. This will update `package.json`
and `bower.json` with the new version number and then run `grunt build` before
committing the changes to git.

The build files will then be in the `dist/` directory.


## Directory Layout

Expand Down

0 comments on commit a90c486

Please sign in to comment.