Skip to content

Commit 3825ebe

Browse files
authored
Merge pull request #799 from dtrudg/docs-3-10-0-rc2
docs: CHANGELOG/INSTALL bump for 3.10.0-rc.2
2 parents 67f8d14 + b071837 commit 3825ebe

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# SingularityCE Changelog
22

3-
## Changes Since Last Release
3+
## 3.10.0-rc.2 \[2022-05-04\]
4+
5+
This is the second release candidate for the upcoming SingularityCE 3.10 release.
46

57
### New features / functionalities
68

INSTALL.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -114,11 +114,11 @@ cd singularity
114114
By default your clone will be on the `master` branch which is where development
115115
of SingularityCE happens. To build a specific version of SingularityCE, check
116116
out a [release tag](https://github.com/sylabs/singularity/tags) before
117-
compiling. E.g. to build the 3.10.0-rc.1 release candidate checkout the
118-
`v3.10.0-rc.1` tag:
117+
compiling. E.g. to build the 3.10.0-rc.2 release candidate checkout the
118+
`v3.10.0-rc.2` tag:
119119

120120
```sh
121-
git checkout --recurse-submodules v3.10.0-rc.1
121+
git checkout --recurse-submodules v3.10.0-rc.2
122122
```
123123

124124
## Compiling SingularityCE
@@ -169,7 +169,7 @@ build and install the RPM like this:
169169
<!-- markdownlint-disable MD013 -->
170170

171171
```sh
172-
export VERSION=3.10.0-rc.1 # this is the singularity version, change as you need
172+
export VERSION=3.10.0-rc.2 # this is the singularity version, change as you need
173173

174174
# Fetch the source
175175
wget https://github.com/sylabs/singularity/releases/download/v${VERSION}/singularity-ce-${VERSION}.tar.gz

0 commit comments

Comments
 (0)