From 70b78a63e7a13f7df147c9801ef4539c7c065d79 Mon Sep 17 00:00:00 2001 From: Mudiwa <35959291+Mudiwa66@users.noreply.github.com> Date: Thu, 29 Aug 2024 12:32:10 +0200 Subject: [PATCH] Update README.md Added versioning clarity for apps --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index ce20143f..04fd2ad0 100644 --- a/README.md +++ b/README.md @@ -132,6 +132,10 @@ There is a [docker image](https://github.com/praekeltfoundation/contentrepo/pkgs | WHATSAPP_ACCESS_TOKEN | WhatsApp API Token | | FB_BUSINESS_ID | Business ID for Meta business manager | +### Versioning + +Different projects may use different versions of the CMS. You can usually see which version your application uses by checking the version tag in the manifest file. To switch to a specific version, first pull the latest version, then check out your desired version using git checkout . + ## Contributing Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.