Sha256: 39c33c91b9935cf063fa05b8bc3dbdbaaf875a23638cc1f87fbd9f50c67285ce

Contents?: true

Size: 605 Bytes

Versions: 36

Compression:

Stored size: 605 Bytes

Contents

Releasing paperclip

1. Update `lib/paperclip/version.rb` file accordingly.
2. Update `NEWS` to reflect the changes since last release.
3. Commit changes. There shouldn’t be code changes, and thus CI doesn’t need to
   run, you can then add “[ci skip]” to the commit message.
4. Tag the release: `git tag -m 'vVERSION' vVERSION`
5. Push changes: `git push --tags`
6. Build and publish the gem:

   ```bash
   gem build paperclip.gemspec
   gem push paperclip-VERSION.gem
   ```

7. Announce the new release, making sure to say “thank you” to the contributors
   who helped shape this version.

Version data entries

36 entries across 36 versions & 5 rubygems

Version Path
kt-paperclip-7.2.2 RELEASING.md
kt-paperclip-7.2.1 RELEASING.md
kt-paperclip-7.2.0 RELEASING.md
kt-paperclip-6.4.2 RELEASING.md
kt-paperclip-5.4.0 RELEASING.md
kt-paperclip-4.4.0 RELEASING.md
kt-paperclip-7.1.1 RELEASING.md
kt-paperclip-7.1.0 RELEASING.md
kt-paperclip-7.0.1 RELEASING.md
kt-paperclip-7.0.0 RELEASING.md
kt-paperclip-6.4.1 RELEASING.md
kt-paperclip-6.4.0 RELEASING.md
kt-paperclip-6.3.0 RELEASING.md
kt-paperclip-6.2.2 RELEASING.md
kt-paperclip-6.2.1 RELEASING.md
kt-paperclip-6.2.0 RELEASING.md
paperclip-6.1.0 RELEASING.md
paperclip-6.0.0 RELEASING.md
paperclip-5.3.0 RELEASING.md
paperclip-5.2.1 RELEASING.md