From 4155db4b0eb8a6b93b101b798ba0447e91a4cb8a Mon Sep 17 00:00:00 2001 From: Martinez Date: Mon, 30 Jan 2023 12:44:33 +0200 Subject: [PATCH] Fix instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f2c85f2..588aac5 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ## Creating a new version for a specific image -Create a new tag `tmc-sandbox-DIR-MAJOR.MINOR` to create a new version for the `tmc-sandbox-DIR` image. For example, to create a new version `1.2` for the image in the `python` directory, create the tag `tmc-sandbox-python-1.2`. +Create a new tag `DIR-MAJOR.MINOR` to create a new version for the `tmc-sandbox-DIR` image. For example, to create a new version `1.2` for the image in the `python` directory, create the tag `python-1.2`. The new version should have the `MINOR` version incremented. For example, if the current version of `tmc-sandbox-python` is `1.2`, the new version should be `1.3`.