From 2f3a2187fa32230242639bc922a3c22e659d896f Mon Sep 17 00:00:00 2001 From: Matt Garcia <32943094+itsgarcia@users.noreply.github.com> Date: Wed, 19 Dec 2018 11:11:52 -0500 Subject: [PATCH] Update Releasing instructions --- CONTRIBUTING.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 786f667..381b9be 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -29,5 +29,4 @@ Final note: maybe you should also update the mirrored version in ActiveMerchant. 1. Check the [semantic versioning page](http://semver.org) for info on how to version the new release. 2. Update the `ActiveUtils::VERSION` constant in **lib/active_utils/version.rb**. 3. Add a `CHANGELOG.md` entry for the new release with the date. -4. Tag the release commit on GitHub: `bundle exec rake tag_release` -5. Release the gem to rubygems using ShipIt +4. Release the gem to rubygems using ShipIt (this will create tag/push during deploy)