From 6072885bc393d4663499813120dea5fa3902940f Mon Sep 17 00:00:00 2001
From: Andrew Hoffmann <andrew.hoffmann@wisc.edu>
Date: Thu, 9 Jul 2015 16:24:08 +0000
Subject: [PATCH] README-release.md edited online with Bitbucket

---
 README-release.md | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/README-release.md b/README-release.md
index 6c302e7..3748e6f 100644
--- a/README-release.md
+++ b/README-release.md
@@ -1,11 +1,10 @@
 # Release Process #
 
 1. User has cloned the [blessed repository](https://bitbucket.org/uwmadison_doit/rpc-netid-php/) and has write access to it.
-2. User has updated the `version` field in `composer.json`. If this does not match the version in the tag name, the release cycle will complete, BUT composer will issue an error when users try to install the dependency.
-3. User runs the following command: `php phing.phar release -Dversion=1.2.3 -Dbranch=myBranch`
-4. The designated branch is checked out.
-5. A tag is created with the name equal to the version number with no extra characters
-6. The repository is pushed to origin with all tags. 
+2. User runs the following command: `php phing.phar release -Dversion=1.2.3 -Dbranch=myBranch`
+3. The designated branch is checked out.
+4. A tag is created with the name equal to the version number with no extra characters
+5. The repository is pushed to origin with all tags. 
 
 The end result is a new tag in the remote repository equal to the version number. Composer clients will now pick up on the new version number.
 
-- 
GitLab