Sha256: 0a4cf8b5a1daf8c99dab88c66db8e94cef2073ac3b98daa6e81fc0c9da27b16b

Contents?: true

Size: 754 Bytes

Versions: 10

Compression:

Stored size: 754 Bytes

Contents

# Releasing Departure

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

10 entries across 10 versions & 2 rubygems

Version Path
departure-6.7.0 RELEASING.md
departure-6.6.0 RELEASING.md
departure-6.5.0 RELEASING.md
departure-6.4.0 RELEASING.md
departure-6.3.0 RELEASING.md
departure-76c9880-6.2.0 RELEASING.md
departure-6.2.0 RELEASING.md
departure-2.0.1 RELEASING.md
departure-3.0.1 RELEASING.md
departure-3.0.0 RELEASING.md