From 25c0154c113d5c4e35f02d58d375a61bde47127a Mon Sep 17 00:00:00 2001 From: Aurel Branzeanu Date: Thu, 18 Feb 2021 22:21:36 +0200 Subject: [PATCH] Last minute change to README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f5afbdd4..f6194ccd 100644 --- a/README.md +++ b/README.md @@ -98,9 +98,10 @@ git pull github_changelog_generator -u mejuri-inc -p flowcommerce_spree --future-release v0.0.2 ``` -Then push the `Preparing the new release` commit directly into the `main` branch: +Then add the changes to `git`, commit and push the `Preparing the new release` commit directly into the `main` branch: ``` +git add . git commit -m 'Preparing the new v0.0.2 release' git push ```