Sha256: 41578d011efb72c567e6c3bed2eccf4ef5e116bbdd94d05b46b50a5ed0320d19

Contents?: true

Size: 503 Bytes

Versions: 2

Compression:

Stored size: 503 Bytes

Contents

## Release Process

*For maintainers of Ransack.*

To release a new version of Ransack and publish it to RubyGems, take the following steps:

- Create a new release, marked `Prerelease`.
- Update the versions file to the new release, commit and push to `master`.
- Update the [`version.rb`](../lib/ransack/version.rb) file to the new release, commit and push to `master`.
- From the terminal, run the following commands:

```bash
rake build
rake release
```

![Create a Release](img/create_release.png)

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ransack-2.6.0 docs/release_process.md
ransack-2.5.0 docs/release_process.md