Skip to content

Commit

Permalink
Document release process
Browse files Browse the repository at this point in the history
Fixes #546
Fixes #640
  • Loading branch information
kpdecker committed Nov 4, 2013
1 parent 17ba258 commit 1e20373
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -411,8 +411,25 @@ Feel free to contact commondream or wycats through GitHub with any other
questions or feature requests. To submit changes fork the project and
send a pull request.

### Releasing

Handlebars utilizes the [release yeoman generator][generator-release] to perform most release tasks.

A full release may be completed with the following:

```
yo release:notes patch
yo release:release patch
npm publish
yo release:publish cdnjs handlebars.js dist/cdnjs/
yo release:publish components handlebars.js dist/components/
```

After this point the handlebars site needs to be updated to point to the new version numbers.

License
-------
Handlebars.js is released under the MIT license.

[builds-page]: http://builds.handlebarsjs.com.s3.amazonaws.com/index.html
[generator-release]: https://github.com/walmartlabs/generator-release

0 comments on commit 1e20373

Please sign in to comment.