From 16d8b504e0399ed183fa764951ff158d7b1e02c7 Mon Sep 17 00:00:00 2001 From: Christopher Dilks Date: Thu, 14 Nov 2024 16:57:04 -0500 Subject: [PATCH] fix(doc): `clas12Tags` branch does not matter when not built (#153) --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b175ba0..3f36450 100644 --- a/README.md +++ b/README.md @@ -78,11 +78,11 @@ The following table shows the configuration file versions and repository version | Triggering Repository | `clas12-config` branch | `clas12Tags` branch | `gcard` version | `yaml` version | `gemc` version | `coatjava` version | | --- | --- | --- | --- | --- | --- | --- | -| `clas12-validation` | `main` | highest tag | latest | latest1 | `gcard`2 | `development` | -| `coatjava` | `main` | highest tag | latest | latest1 | `gcard`2 | triggering version | +| `clas12-validation` | `main` | N/A | latest | latest1 | `gcard`2 | `development` | +| `coatjava` | `main` | N/A | latest | latest1 | `gcard`2 | triggering version | | `clas12Tags` | `dev` | triggering version | `dev` | latest | CI build | latest | | `clas12-config`, `dev` branch3 | triggering version | `dev` | `dev` | latest | CI build | `development` | -| `clas12-config`, any other branch | triggering version | highest tag | latest | latest1 | `gcard`2 | `development` | +| `clas12-config`, any other branch | triggering version | N/A | latest | latest1 | `gcard`2 | `development` | > 1. the latest `yaml` version that _is compatible_ with the `gcard` version. > 2. use the `gcard` version to `module switch` to the corresponding `gemc` version