We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ecd209 commit 5d191d8Copy full SHA for 5d191d8
README.md
@@ -274,6 +274,18 @@ rails server
274
275
Now point your browser at [http://localhost:3000/](http://localhost:3000/).
276
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
289
## Limitations
290
291
* Only the base theme (Smoothness) is included. Once it becomes possible to
0 commit comments