From 78a85ebd309c63785820a4c846cfeb380ec3cdd0 Mon Sep 17 00:00:00 2001 From: Sean <11340230+seanfcarroll@users.noreply.github.com> Date: Sat, 23 Jan 2021 14:10:35 +0100 Subject: [PATCH] Update release_process.md --- docs/release_process.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/docs/release_process.md b/docs/release_process.md index f6d6a75..8d1d59b 100644 --- a/docs/release_process.md +++ b/docs/release_process.md @@ -5,12 +5,9 @@ To release a new version of Ransack and publish it to RubyGems, take the following steps: - Create a new release, marked `Prerelease`. -<<<<<<< Updated upstream - 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`. ->>>>>>> Stashed changes -- From the terminal, run the following commands +- 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