Skip to content

Commit fea2858

Browse files
authored
Merge pull request #1407 from prachi237/updates
minor edits in Rerendering feedstocks
2 parents 939d9b6 + bbc9304 commit fea2858

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

src/maintainer/updating_pkgs.rst

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -103,32 +103,32 @@ Here we assume that you would like to update the feedstock ``<feedstock>``. Feed
103103
Updating recipes
104104
================
105105

106-
Please follow the following guidelines when updating recipes.
106+
Please follow the following guidelines while updating recipes:
107107

108-
1. Always use a fork of the feedstock when updating the recipe.
108+
1. Always use a fork of the feedstock while updating the recipe.
109109
2. When a package's version is not changed, but other metadata or parts of the recipe are changed, increase the build number by ``1``.
110-
3. When shipping a new version of your package, reset the build number to ``0``.
110+
3. While shipping a new version of your package, reset the build number to ``0``.
111111

112112

113113
.. _dev_update_rerender:
114114

115115
Rerendering feedstocks
116116
======================
117117

118-
Rerendering is conda-forge's way to update the files common to all feedstocks (e.g. README, :term:`CI` configuration, pinned dependencies)
118+
Rerendering is conda-forge's way to update the files common to all feedstocks (e.g. README, :term:`CI` configuration, pinned dependencies).
119119

120120
Rerendering can be done in two ways:
121121

122-
#. Using the webservice to run conda-smithy on the cloud by adding the comment ``@conda-forge-admin please rerender`` (see :ref:`dev_admservice`).
122+
#. Using the webservice to run conda-smithy on the cloud by adding the comment ``@conda-forge-admin please rerender`` (See :ref:`dev_admservice`).
123123

124-
#. Run conda-smithy locally on your machine (see :ref:`dev_rerender_local`).
124+
#. Run conda-smithy locally on your machine (See :ref:`dev_rerender_local`).
125125

126126
.. _dev_rerender_local:
127127

128128
Rerendering with conda-smithy locally
129129
-------------------------------------
130130

131-
The first step is to install ``conda-smithy`` in your root environment
131+
The first step is to install ``conda-smithy`` in your root environment.
132132

133133
.. code-block:: shell
134134
@@ -148,13 +148,13 @@ To do this drop ``-c auto`` from the command.
148148
When to rerender
149149
----------------
150150

151-
We need to re-render when there are changes to the following parts of the feedstock:
151+
We need to re-render when there are changes in the following parts of the feedstock:
152152

153-
- the platform configuration (``skip`` sections);
154-
- the ``yum_requirements.txt``;
155-
- updates in the build matrix due to new versions of Python, NumPy, PERL, R, etc.
156-
- updates in conda-forge pinning that affect the feedstock
157-
- build issues that a feedstock configuration update will fix (follow us on `gitter <https://gitter.im/conda-forge/conda-forge.github.io>`_ to know about those);
153+
- Platform configuration (``skip`` sections).
154+
- ``yum_requirements.txt`` or ``conda-forge.yml``.
155+
- Updates in the build matrix due to new versions of Python, NumPy, PERL, R, etc.
156+
- Updates in conda-forge pinning that affect the feedstock.
157+
- Build issues that a feedstock configuration update will fix (follow us on `gitter <https://gitter.im/conda-forge/conda-forge.github.io>`_ to know about those).
158158

159159

160160
Testing changes locally

0 commit comments

Comments
 (0)