Skip to content

Commit aebce21

Browse files
Aliya Nigamovaanigamova
authored andcommitted
update release in docs
1 parent becaf66 commit aebce21

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,14 @@ releases on github under
3737
The nominal installation method is inside CMSSW. The current release targets
3838
the CMSSW `14_1_X` series because of the recent switch to el9 at lxplus machines.
3939

40-
Currently, the recommended tag is **v10.2.1**: [see release notes](https://github.com/cms-analysis/HiggsAnalysis-CombinedLimit/releases/tag/v10.2.1)
40+
Currently, the recommended tag is **v10.3.0**: [see release notes](https://github.com/cms-analysis/HiggsAnalysis-CombinedLimit/releases/tag/v10.3.0)
4141
The `git clone` command below contains this tag and is optimised to reduce disk usage.
4242

4343
```sh
4444
cmsrel CMSSW_14_1_0_pre4
4545
cd CMSSW_14_1_0_pre4/src
4646
cmsenv
47-
git -c advice.detachedHead=false clone --depth 1 --branch v10.2.1 https://github.com/cms-analysis/HiggsAnalysis-CombinedLimit.git HiggsAnalysis/CombinedLimit
47+
git -c advice.detachedHead=false clone --depth 1 --branch v10.3.0 https://github.com/cms-analysis/HiggsAnalysis-CombinedLimit.git HiggsAnalysis/CombinedLimit
4848
cd HiggsAnalysis/CombinedLimit
4949
scramv1 b clean; scramv1 b -j$(nproc --ignore=2) # always make a clean build, with n - 2 cores on the system
5050
```

0 commit comments

Comments
 (0)