Skip to content

Commit

Permalink
Add semantic versioning warning (AcademySoftwareFoundation#1614)
Browse files Browse the repository at this point in the history
Signed-off-by: brycegbrazen <[email protected]>
Signed-off-by: Jose Enriquez <[email protected]>
  • Loading branch information
brycegbrazen authored and Jose Enriquez committed Feb 14, 2024
1 parent ad2b3bf commit ffc27b9
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions docs/source/basic_concepts.rst
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,13 @@ version than ``1.0``.
.. note::
No special importance is given to specific characters or letters in Rez version numbers.
The terms ``alpha`` and ``beta`` for example have no special meaning. Similarly, the number of tokens in
a version number doesn't matter, you can have as many as you like. While you are encouraged to use
semantic versioning (see `<https://semver.org>`_), it is not enforced.
a version number doesn't matter, you can have as many as you like.

While you are encouraged to use semantic versioning (see `<https://semver.org>`_), it is not enforced. Please note
that if you are using semantic versioning, version ordering will NOT behave like described in the semantic versioning
2.0.0 spec.

Ex. foo-1.0.0 < foo-1.0.0-beta.1

.. _packages-concept:

Expand Down

0 comments on commit ffc27b9

Please sign in to comment.