Sha256: 9ea568bdcb2f346ba5f84d83bcc65e8e08f88d789031bf73570237675001a68f
Contents?: true
Size: 530 Bytes
Versions: 40
Compression:
Stored size: 530 Bytes
Contents
# Releasing * **Ensure the tests are passing.** * Determine which would be the correct next version number according to [semver](http://semver.org/). * Update the version in `./lib/sshkit/version.rb`. * Update the `CHANGELOG`. * Commit the changelog and version in a single commit, the message should be "Preparing vX.Y.Z" * Tag the commit `git tag vX.Y.Z` (if tagging a historical commit, `git tag` can take a *SHA1* after the tag name) * Push new commits, and tags to Github. * Push the gem to [rubygems](http://rubygems.org).
Version data entries
40 entries across 40 versions & 2 rubygems