Skip to content

Remove experimental warning #1759

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Jul 1, 2020
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
4 changes: 3 additions & 1 deletion creating_packages/package_repo.rst
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,9 @@ Capturing the Remote and Commit: ``scm``

.. warning::

This is an **experimental** feature subject to breaking changes in future releases.
This is an **experimental** feature subject to breaking changes in future releases. Although this
is an experimental feature, the use of the feature using ``scm_to_conandata`` is considered
stable.

You can use the :ref:`scm attribute <scm_attribute>` with the ``url`` and ``revision`` field set to ``auto``.
When you export the recipe (or when :command:`conan create` is called) the exported recipe will capture the
Expand Down
4 changes: 3 additions & 1 deletion reference/conanfile/attributes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1257,7 +1257,9 @@ scm

.. warning::

This is an **experimental** feature subject to breaking changes in future releases.
This is an **experimental** feature subject to breaking changes in future releases. Although this
is an experimental feature, the use of the feature using ``scm_to_conandata`` is considered
stable.

Used to clone/checkout a repository. It is a dictionary with the following possible values:

Expand Down
4 changes: 0 additions & 4 deletions versioning/revisions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@
Package Revisions
=================

.. warning::

This is an **experimental** feature subject to breaking changes in future releases.

The goal of the revisions feature is to achieve package immutability, the packages in a server are never overwritten.

.. note::
Expand Down