Sha256: 377f9fcd57ed971efdc2b34e531c7e9f417fe09b98beffb49dfa76ea25460eec
Contents?: true
Size: 451 Bytes
Versions: 46
Compression:
Stored size: 451 Bytes
Contents
For example assuming you are releasing fix to 0.8.18 1. Checkout 0-8-stable 2. Update tests, fix the bug and commit the changes. 3. Build & Release to RubyGems (Remember the version in version.rb should already be 0.8.19) 4. Create a tag 'v0.8.19' pointing to that commit. 5. Bump the version in 0-8-stable to 0.8.20 so it will be ready for the next patch level release. 6. Commit the version bump, and do a `git push --tags` so the new tag goes up
Version data entries
46 entries across 46 versions & 5 rubygems