From ed8105527a6a108e0b80c0dce2f6ce242fcfc199 Mon Sep 17 00:00:00 2001 From: mzwiessele Date: Tue, 6 Sep 2016 11:07:57 +0100 Subject: [PATCH] minor readme changes --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b7e3ecdc..838c97e7 100644 --- a/README.md +++ b/README.md @@ -239,7 +239,7 @@ A usual workflow should look like this: Then we are ready to make the last changes for the changelog and versioning: $ git commit -am "fix: Fixed tests for " - $ bumpvesion patch [optional] + $ bumpversion patch # [optional] $ gitchangelog > CHANGELOG.md $ git commit -m "chg: pkg: CHANGELOG update" CHANGELOG.md