Skip to content

Commit

Permalink
Add compatibility note as suggested in review.
Browse files Browse the repository at this point in the history
  • Loading branch information
ktlim committed Jul 19, 2021
1 parent 184e355 commit 5915963
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stack/conda.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Versioning ``rubin-env``
``rubin-env`` has a standard semantic version number with major, minor, and patch components, in addition to a conda-internal build number.
These components are updated as follows:

* Build: increment when adding a ``<`` pin for an existing dependency.
* Build: increment when adding a ``<`` pin for an existing dependency, as this preserves compatibility with previous builds of the environment.
* Patch: increment when adding a ``>`` pin for an existing dependency that is compatible with old code (no major version update) or when adding a ``<`` pin that is earlier than the previous pin.
* Minor: increment when adding a new dependency.
* Major: increment when removing a dependency, or when removing a pin, or when changing a dependency major version
Expand Down

0 comments on commit 5915963

Please sign in to comment.