Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

[![Build Status](https://github.com/activerecord-hackery/ransack/workflows/test/badge.svg)](https://github.com/activerecord-hackery/ransack/actions)
[![Gem Version](https://badge.fury.io/rb/ransack.svg)](http://badge.fury.io/rb/ransack)
[![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/activerecord-hackery/ransack)
[![Code Climate](https://codeclimate.com/github/activerecord-hackery/ransack/badges/gpa.svg)](https://codeclimate.com/github/activerecord-hackery/ransack)
[![Backers on Open Collective](https://opencollective.com/ransack/backers/badge.svg)](#backers) [![Sponsors on Open Collective](https://opencollective.com/ransack/sponsors/badge.svg)](#sponsors)

Expand Down
10 changes: 5 additions & 5 deletions docs/docs/going-further/release_process.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ To release a new version of Ransack and publish it to RubyGems, take the followi

### Manual Release Process

Example for release 4.4.0
Example for release 4.4.1

1. Update the [`version.rb`](https://github.com/activerecord-hackery/ransack/lib/ransack/version.rb) file to the `4.4.0`, commit and push to `main`.
1. Update the [`version.rb`](https://github.com/activerecord-hackery/ransack/lib/ransack/version.rb) file to the `4.4.1`, commit and push to `main`.
3. Click the [Draft a new Release](https://github.com/activerecord-hackery/ransack/releases/new) button
4. Use these settings:
- Tag: v4.4.0
- Release Title: 4.4.0
- Tag: v4.4.1
- Release Title: 4.4.1
- Check `Set as the Latest Release`
- Click `Generate release notes`
- Click `Publish Release`
Expand All @@ -41,7 +41,7 @@ Example for release 4.4.0
```bash
gem signin
rake build
rake release
gem push pkg/ransack-4.4.1.gem
```


Expand Down
Loading