From ae6679793823dce95a210d8c2328ff740504fbbc Mon Sep 17 00:00:00 2001 From: Leandro Toledo Date: Fri, 10 Jun 2016 09:45:03 -0400 Subject: [PATCH] Updated Releasing a new version (rest) --- Releasing-a-new-version.rest | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Releasing-a-new-version.rest b/Releasing-a-new-version.rest index ce1261d..b1a8ada 100644 --- a/Releasing-a-new-version.rest +++ b/Releasing-a-new-version.rest @@ -42,7 +42,8 @@ Process * Commit the version bump and add tag:: - $ git commit -A -m 'Bump version to v' + $ git commit -a -m 'Bump version to v' + $ git push * Create a `new release`_: