Skip to content

Commit 5d191d8

Browse files
committed
Document how to release a new version
1 parent 2ecd209 commit 5d191d8

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,18 @@ rails server
274274

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

277+
### Releasing
278+
279+
Be sure that `VERSIONS.md`, `History.md` and `lib/jquery/ui/rails/version.rb`
280+
are up-to-date. Then build and push like so:
281+
282+
```bash
283+
rake build
284+
gem push pkg/jquery-ui-rails-X.Y.Z.gem
285+
git tag vX.Y.Z
286+
git push --tags
287+
```
288+
277289
## Limitations
278290

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

0 commit comments

Comments
 (0)