diff options
author | Todd Gamblin <tgamblin@llnl.gov> | 2020-07-07 11:44:15 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-07 11:44:15 -0700 |
commit | b0506a722efbc9d94fb8673235af3a18984b2217 (patch) | |
tree | 4ee61e7842e9cc64bdc0ce83d7e31c69543c574f /README.md | |
parent | 650ab563f42d68ea7e9bf0fe296e2b9b1e78755c (diff) | |
download | spack-b0506a722efbc9d94fb8673235af3a18984b2217.tar.gz spack-b0506a722efbc9d94fb8673235af3a18984b2217.tar.bz2 spack-b0506a722efbc9d94fb8673235af3a18984b2217.tar.xz spack-b0506a722efbc9d94fb8673235af3a18984b2217.zip |
releases: document `releases/latest` tag (#17402)
We got rid of `master` after #17377, but users still want a way to get
the latest stable release without knowing its number.
We've added a `releases/latest` tag to replace what was once `master`.
Co-authored-by: Massimiliano Culpo <massimiliano.culpo@gmail.com>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -97,6 +97,8 @@ change the way Spack concretizes dependencies within a release branch. So, you can base your Spack deployment on a release branch and `git pull` to get fixes, without the package churn that comes with `develop`. +The latest release is always available with the `releases/latest` tag. + See the [docs on releases](https://spack.readthedocs.io/en/latest/developer_guide.html#releases) for more details. |