Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions reference/conanfile_txt.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,12 @@ And specific recipe revisions can be pinned too:
zlib/1.2.13#revision1
boost/1.70.0#revision2


.. note::

Note that pinning a revision when using version ranges has not effect and Conan will warn about it.


[tool_requires]
---------------

Expand Down
6 changes: 6 additions & 0 deletions tutorial/versioning/revisions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,12 @@ So creating ``chat`` will now force the first revision:
chat/1.0: Hello World Release!


.. note::

Note that pinning a revision when using version ranges has not effect and Conan will warn about it.



Uploading revisions
-------------------

Expand Down