Skip to content

Commit

Permalink
Document how to release a new version
Browse files Browse the repository at this point in the history
  • Loading branch information
joliss committed May 13, 2015
1 parent 2ecd209 commit 5d191d8
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Expand Up @@ -274,6 +274,18 @@ rails server

Now point your browser at [http://localhost:3000/](http://localhost:3000/).

### Releasing

Be sure that `VERSIONS.md`, `History.md` and `lib/jquery/ui/rails/version.rb`
are up-to-date. Then build and push like so:

```bash
rake build
gem push pkg/jquery-ui-rails-X.Y.Z.gem
git tag vX.Y.Z
git push --tags
```

## Limitations

* Only the base theme (Smoothness) is included. Once it becomes possible to
Expand Down

0 comments on commit 5d191d8

Please sign in to comment.