Sha256: 34d5442ef125274e9bdefbed6308297fad0fef240621c318f5ee67160cb5ad8e

Contents?: true

Size: 761 Bytes

Versions: 4

Compression:

Stored size: 761 Bytes

Contents

# Releasing Percona Migrator

All releases come from the master branch. All other branches won't be maintained
and will receive bug fix releases only.

In order to give support to a new major Rails version, we'll branch off of
master, name it following the Rails repo convention, such as `v4.2`, and
we'll keep it open for bug fixes.

1. Update `lib/departure/version.rb` accordingly
2. Review the `CHANGELOG.md` and add a new section following the format
   `[version] - YYYY-MM-DD`. We conform to the guidelines of
   http://keepachangelog.com/
3. Commit the changes with the message `Prepare release VERSION`
4. Execute the release rake task as `bundle exec rake release`. It creates the
   tag, builds and pushes the gem to Rubygems.
5. Announce it! :tada:

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
departure-6.1.0 RELEASING.md
departure-6.0.0 RELEASING.md
departure-5.0.0 RELEASING.md
departure-4.0.1 RELEASING.md