From 3c7f90506b07dd9b5ec7603f382a45b4aa372dec Mon Sep 17 00:00:00 2001
From: James Page <james@bob.co.za>
Date: Tue, 21 May 2024 15:32:41 +0200
Subject: [PATCH] Minor documentation update

Updated the readme to reflect the change to the bob release command.
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index e8f6ef0..33be81e 100644
--- a/README.md
+++ b/README.md
@@ -37,7 +37,7 @@ make install
 
 2. After your changes have been merged to the `main` branch of `go-utils`, run the following command which will automatically create a new tag:
 ```
-bob release full
+bob release tag 
 ```
 and select project `bob-public-utils/bobgroup-go-utils`
 
-- 
GitLab