Skip to content

Commit

Permalink
Merge pull request #774 from dtrudg/prep-3.10.0-rc.1
Browse files Browse the repository at this point in the history
docs: Markdown changes for 3.10.0-rc.1 release candidate
  • Loading branch information
dtrudg authored May 4, 2022
2 parents b7d83bf + 6eda165 commit 873976d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# SingularityCE Changelog

## Changes Since Last Release
## 3.10.0-rc.1 \[2022-05-04\]

This is the first release candidate for the upcoming SingularityCE 3.10 release.

### Changed defaults / behaviours

Expand Down
7 changes: 4 additions & 3 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,10 +114,11 @@ cd singularity
By default your clone will be on the `master` branch which is where development
of SingularityCE happens. To build a specific version of SingularityCE, check
out a [release tag](https://github.com/sylabs/singularity/tags) before
compiling. E.g. to build the 3.9.9 release checkout the `v3.9.9` tag:
compiling. E.g. to build the 3.10.0-rc.1 release candidate checkout the
`v3.10.0-rc.1` tag:

```sh
git checkout --recurse-submodules v3.9.9
git checkout --recurse-submodules v3.10.0-rc.1
```

## Compiling SingularityCE
Expand Down Expand Up @@ -168,7 +169,7 @@ build and install the RPM like this:
<!-- markdownlint-disable MD013 -->

```sh
export VERSION=3.9.9 # this is the singularity version, change as you need
export VERSION=3.10.0-rc.1 # this is the singularity version, change as you need

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

0 comments on commit 873976d

Please sign in to comment.