Skip to content

Commit d39ea81

Browse files
authored
Apply suggestions from code review
1 parent 974930c commit d39ea81

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/maintainer/updating_pkgs.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,9 @@ When a new version of a package is released on PyPI/CRAN/.., we have a bot that
6868
The `regro-cf-autotick-bot <https://github.com/regro/autotick-bot>`__ continuously searches on a loop for any PyPI releases, GitHub releases, and any other sources of versions when any updates are released. The source code that gets executed in the loop comes from the `cf-scripts repository <https://github.com/regro/cf-scripts>`__, which contains the code to detect versions and submit PRs. Visit `cf-scripts <https://regro.github.io/cf-scripts/index.html>`__ to read more about it.
6969

7070
The bot creates updates via inspection of the upstream release and will always update the ``source`` section and build version in the `recipe metadata <https://docs.conda.io/projects/conda-build/en/latest/resources/define-metadata.html#>`_.
71-
For `Grayskull <https://github.com/conda-incubator/grayskull>`_-compatible recipes, the bot can also be configured to update the recipe's requirements, which may significantly assist in maintaining packages with specific dependency pins.
72-
(See the :ref:`_bot` section in ``conda-forge.yml``)
71+
As an experimental feature, the autotick bot can also be configured to verify or update the recipe's requirements for `Grayskull <https://github.com/conda-incubator/grayskull>`_-compatible recipes.
72+
This may help maintain packages with frequent requirements changes or specific requirements version pins.
73+
(See the :ref:`bot` section in ``conda-forge.yml``)
7374

7475
Sometimes the bot may take several hours to search for these updates. You can also check `status of version updates <https://conda-forge.org/status/#version_updates>`__ for all the pending version updates. These version updates are pending either because an updated version was found, but a PR wasn't opened yet, or because the bot might have had an error while making the PR.
7576
If you can't find a version here, then the chances are that the bot couldn't find it either.

0 commit comments

Comments
 (0)