Sha256: bd3607b59ef6b652f256b0d497baa3cfcaaae9323e70a88b63a69992387e9481
Contents?: true
Size: 509 Bytes
Versions: 3
Compression:
Stored size: 509 Bytes
Contents
* Checkout master: `git checkout master`. * Get latest: `git pull --rebase origin master` * Bump version number in `lib/gnarails/version.rb`. * Update the [CHANGELOG](CHANGELOG.md), moving the current release work to under the version number. * Create a commit, including the version number in the commit message: `git add --all && git commit -m "Version x.y.z"`. * Push the release to RubyGems: `rake release`. * Check the RubyGems [twitter account](https://twitter.com/rubygems) to publicize the release.
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
gnarails-3.0.0 | RELEASE_PROCESS.md |
gnarails-2.0.0 | RELEASE_PROCESS.md |
gnarails-1.0.0 | RELEASE_PROCESS.md |