Skip to content

Commit

Permalink
Fix the definition of version
Browse files Browse the repository at this point in the history
  • Loading branch information
AndersonTorres committed Sep 25, 2021
1 parent 0ae28d1 commit 250e5be
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions rfcs/0107-version-normalization.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,11 +92,12 @@ them.

- For a labeled snapshot:
- `version` should be constituted of the version of the snapshot, as defined
by the upstream project, without any alphabetical characters (e.g. "v",
"rel") prepending it.
- Alphabetical characters after the first should be maintained, except
optionally those clearly used as separators, in which case they are
replaced by dots (emulating a typical semver).
by the program team, without any alphabetical characters (e.g. "v", "rel")
prepending it.
- Alphabetical characters following the first numerical character of version
(as defined above) should be maintained, except optionally those clearly
used as separators, in which case they are replaced by dots (emulating a
typical dot-separated version).

- For an unlabeled snapshot:
- `version` should be constituted of a concatenation of the elements below in
Expand Down

0 comments on commit 250e5be

Please sign in to comment.