Skip to content

Commit

Permalink
Add semantic versioning warning (#1614)
Browse files Browse the repository at this point in the history
Signed-off-by: brycegbrazen <bryce.gattis@brazenanimation.com>
  • Loading branch information
brycegbrazen authored Jan 27, 2024
1 parent 082ce72 commit 6bdba31
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 6bdba31

Please sign in to comment.