Skip to content

Commit

Permalink
feat: move to Calendar Versioning (CalVer)
Browse files Browse the repository at this point in the history
  • Loading branch information
beberg committed Nov 14, 2021
1 parent e7b9b53 commit b4c83e8
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,17 +48,16 @@ for clarity. RFC 2119 meanings.

## Tags

The client versioning is not yet _strict_
[Semantic Versioning](https://semver.org/), so currently the tags used are:
The Folding@home client versioning is mostly SemVer, but depends on OpenMM,
CUDA, and other dependencies.
[Calendar Versioning](https://calver.org/) (CalVer), is used
starting with 21.11.0 following the YY.0M.MICRO format:

* `MAJOR.MINOR.PATCH` - follows stable Folding@home Client version.
* `MAJOR.MINOR.PATCH-rc...` - test builds of the containers, stable clients.
* `YY.0M.MICRO` - follows month of release.
* `YY.0M.MICRO-rc...` - test builds of the containers, stable clients.
* `latest` - please never use latest in production, specify a version. Points
at the latest released container.

Once SemVer is strictly followed, the familiar `MAJOR`, `MAJOR.MINOR`, and
`MAJOR.MINOR.PATCH` tags will be created.

## Folding@home Websites

* Folding@home: https://foldingathome.org/
Expand Down

0 comments on commit b4c83e8

Please sign in to comment.