-
Notifications
You must be signed in to change notification settings - Fork 164
Workflow
kronn edited this page Aug 22, 2010
·
8 revisions
gem install jeweler
- Create a new project and customize it, or configure an existing project
- Write good code, and commit it
- Bump the version with one of the rake tasks:
-
rake version:bump:patch
1.5.3 → 1.5.4 -
rake version:bump:minor
1.5.3 → 1.6.0 -
rake version:bump:major
1.5.3 → 2.0.0 -
rake version:write MAJOR=2 MINOR=3 PATCH=6
1.5.3 → 2.3.6
-
- Release it
- Go to #3