Skip to content

Commit bbc9304

Browse files
committed
finaledits
1 parent c313182 commit bbc9304

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/maintainer/updating_pkgs.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ Please follow the following guidelines while updating recipes:
107107

108108
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 you ship 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:
@@ -117,11 +117,11 @@ Rerendering feedstocks
117117

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

120-
Rerendering can be done in two ways, that are mentioned below:
120+
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`` (Visit :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 (Visit :ref:`dev_rerender_local`).
124+
#. Run conda-smithy locally on your machine (See :ref:`dev_rerender_local`).
125125

126126
.. _dev_rerender_local:
127127

@@ -150,8 +150,8 @@ When to rerender
150150

151151
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``.
153+
- Platform configuration (``skip`` sections).
154+
- ``yum_requirements.txt`` or ``conda-forge.yml``.
155155
- Updates in the build matrix due to new versions of Python, NumPy, PERL, R, etc.
156156
- Updates in conda-forge pinning that affect the feedstock.
157157
- 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).

0 commit comments

Comments
 (0)