From bcd4e3b289373f9800dfff5e2186682960b080e4 Mon Sep 17 00:00:00 2001
From: Patrick Marsceill <pmarsceill@users.noreply.github.com>
Date: Mon, 22 Oct 2018 13:33:56 -0400
Subject: [PATCH] Update README.md

---
 README.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 14e5bb3d..fb11f22f 100644
--- a/README.md
+++ b/README.md
@@ -47,8 +47,9 @@ When the theme is released, only the files in `_layouts`, `_includes`, and `_sas
 
 - Open a [Pull Request](https://github.com/pmarsceill/just-the-docs/pulls)
 - Await code review
+- Bump the version number in `just-the-docs.gemspec`
 - Run `script/build` to package the gem
-- Run `script/publish` to publish the gem to Rubygems.org
+- Run `gem push just-the-docs-<version>.gem` to publish the gem to Rubygems.org
 
 ## License
 
-- 
GitLab